java, maven version

21 views
Skip to first unread message

Artur

unread,
Dec 16, 2010, 10:29:47 AM12/16/10
to OpenAnzo
Hello

I have Java 1.6u23 and Maven 2.2.21. Is it good configuration for
compiling openazno?

Maven cannot download its own plugins from openazno repository.

--
Best regards
Artur

Jordi Albornoz Mulligan

unread,
Dec 16, 2010, 1:30:39 PM12/16/10
to open...@googlegroups.com
On 12/16/2010 10:29 AM, Artur wrote:
> Hello
>
> I have Java 1.6u23 and Maven 2.2.21. Is it good configuration for
> compiling openazno?

That should be fine.

> Maven cannot download its own plugins from openazno repository.

I'm not sure what you mean. The openanzo maven repository only includes
openanzo code, correct. You should be able to add it as a repository in
your maven POM files in addition to the standard repositories. Then
maven will use its standard repositories for downloading all of its
components and various other components that are openanzo dependencies.

--
Jordi Albornoz Mulligan
Founding Engineer - Cambridge Semantics
jo...@cambridgesemantics.com
(617) 401-7321

Artur

unread,
Dec 17, 2010, 4:56:06 AM12/17/10
to OpenAnzo
I could not connect to
http://build.openanzo.org:8887/nexus/content/groups/public
from different hosts. Is it running?

--
Best regards
Artur

moos...@gmail.com

unread,
Dec 17, 2010, 7:38:05 AM12/17/10
to OpenAnzo
Try:
<repositories>
<repository>
<id>openanzo</id>
<name>OpenAnzo Nexus Repo</name>
<url>http://nexus.openanzo.org:8887/nexus/content/groups/
public</url>
<layout>default</layout>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>openanzo</id>
<name>OpenAnzo Nexus Repo</name>
<url>http://nexus.openanzo.org:8887/nexus/content/groups/
public</url>
<layout>default</layout>
</pluginRepository>
</pluginRepositories>

On Dec 17, 4:56 am, Artur <artur.proje...@gmail.com> wrote:
> I could not connect tohttp://build.openanzo.org:8887/nexus/content/groups/public
Reply all
Reply to author
Forward
0 new messages