You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by tv...@apache.org on 2010/09/03 12:21:47 UTC

svn commit: r992254 - /openejb/trunk/openejb3/pom.xml

Author: tveronezi
Date: Fri Sep  3 10:21:47 2010
New Revision: 992254

URL: http://svn.apache.org/viewvc?rev=992254&view=rev
Log:
add repository: http://repository.jboss.org/nexus/content/groups/public-jboss to avoid compile time error bellow...

[INFO] Failed to resolve artifact.

Missing:
----------
1) org.jboss.test-harness:jboss-test-harness-api:jar:1.1.0-CR5

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.jboss.test-harness -DartifactId=jboss-test-harness-api -Dversion=1.1.0-CR5 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.jboss.test-harness -DartifactId=jboss-test-harness-api -Dversion=1.1.0-CR5 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.openejb:openejb-core:jar:3.2-SNAPSHOT
  	2) org.jboss.jsr299.tck:jsr299-tck-impl:jar:1.0.2.CR1
  	3) org.jboss.jsr299.tck:jsr299-tck-api:jar:1.0.2.CR1
  	4) org.jboss.test-harness:jboss-test-harness-api:jar:1.1.0-CR5

2) org.jboss.test-audit:jboss-test-audit-api:jar:1.1.0.CR1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.jboss.test-audit -DartifactId=jboss-test-audit-api -Dversion=1.1.0.CR1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.jboss.test-audit -DartifactId=jboss-test-audit-api -Dversion=1.1.0.CR1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.openejb:openejb-core:jar:3.2-SNAPSHOT
  	2) org.jboss.jsr299.tck:jsr299-tck-impl:jar:1.0.2.CR1
  	3) org.jboss.test-audit:jboss-test-audit-api:jar:1.1.0.CR1

3) org.jboss.test-harness:jboss-test-harness:jar:1.1.0-CR5

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.jboss.test-harness -DartifactId=jboss-test-harness -Dversion=1.1.0-CR5 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.jboss.test-harness -DartifactId=jboss-test-harness -Dversion=1.1.0-CR5 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.openejb:openejb-core:jar:3.2-SNAPSHOT
  	2) org.jboss.test-harness:jboss-test-harness:jar:1.1.0-CR5

4) org.jboss.test-audit:jboss-test-audit-impl:jar:1.1.0.CR1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.jboss.test-audit -DartifactId=jboss-test-audit-impl -Dversion=1.1.0.CR1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.jboss.test-audit -DartifactId=jboss-test-audit-impl -Dversion=1.1.0.CR1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.openejb:openejb-core:jar:3.2-SNAPSHOT
  	2) org.jboss.jsr299.tck:jsr299-tck-impl:jar:1.0.2.CR1
  	3) org.jboss.test-audit:jboss-test-audit-impl:jar:1.1.0.CR1

----------
4 required artifacts are missing.

for artifact: 
  org.apache.openejb:openejb-core:jar:3.2-SNAPSHOT

from the specified remote repositories:
  codehaus-snapshot (http://snapshots.repository.codehaus.org),
  apache.snapshots (http://repository.apache.org/snapshots),
  apache-incubating-repository (http://people.apache.org/repo/m2-incubating-repository),
  tomcat-private-repository (http://tomcat.apache.org/dev/dist/m2-repository),
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/1),
  apache-m2-snapshot (http://repository.apache.org/snapshots/),
  openejb-3rdparty-builds (http://svn.apache.org/repos/asf/openejb/repo/)

Modified:
    openejb/trunk/openejb3/pom.xml

Modified: openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=992254&r1=992253&r2=992254&view=diff
==============================================================================
--- openejb/trunk/openejb3/pom.xml (original)
+++ openejb/trunk/openejb3/pom.xml Fri Sep  3 10:21:47 2010
@@ -454,6 +454,16 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
+	<repository>
+		<id>jboss snapshot</id>
+		<url>http://repository.jboss.org/nexus/content/groups/public-jboss</url>
+		<releases>
+			<enabled>true</enabled>
+		</releases>
+		<snapshots>
+			<enabled>true</enabled>
+		</snapshots>
+	</repository>
     <repository>
       <id>apache-m2-snapshot</id>
       <name>Apache M2 Snapshot Repository</name>