[Building Sakai] [INFO] Unable to find resource 'jta:jta:pom:h2.1.8' in repository sakai-maven (http://source.sakaiproject.org/maven2)

Baynaa_sk baynaa.sk at gmail.com
Wed Feb 15 00:52:27 PST 2012



c:\sakai\trunk\helloworld>mvn clean install sakai:deploy
-Dmaven.tomcat.home=C:\sakai\tomcat\ -Dmaven.test.skip=true
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Sakai Helloworld
[INFO]   Sakai Helloworld API
[INFO]   Sakai Helloworld Implementation
[INFO]   Sakai Helloworld Components Pack
[INFO]   Sakai Helloworld Tool
[INFO]
------------------------------------------------------------------------
[INFO] Building Sakai Helloworld
[INFO]    task-segment: [clean, install, sakai:deploy]
[INFO]
------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-versions}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing c:\sakai\trunk\helloworld\pom.xml to
C:\Users\baynaa\.m2\repository\org\sakaiproject\helloworld\0.1\helloworld-0.1.pom
[INFO] [sakai:deploy {execution: default-cli}]
[INFO] No deployment specification -- skipping
org.sakaiproject:helloworld:pom:0.1
[INFO]
------------------------------------------------------------------------
[INFO] Building Sakai Helloworld API
[INFO]    task-segment: [clean, install, sakai:deploy]
[INFO]
------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory C:\sakai\trunk\helloworld\api\target
[INFO] [enforcer:enforce {execution: enforce-versions}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 3 source files to
C:\sakai\trunk\helloworld\api\target\classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
C:\sakai\trunk\helloworld\api\src\test\resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar:
C:\sakai\trunk\helloworld\api\target\helloworld-api-0.1.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing
C:\sakai\trunk\helloworld\api\target\helloworld-api-0.1.jar to
C:\Users\baynaa\.m2\repository\org\sakaiproject\helloworld\helloworld-api\0.1\
helloworld-api-0.1.jar
[INFO] [sakai:deploy {execution: default-cli}]
[INFO] Found 0 artifacts
[INFO] Copy C:\sakai\trunk\helloworld\api\target\helloworld-api-0.1.jar to
C:\sakai\tomcat\shared\lib\helloworld-api-0.1.jar
[INFO]
------------------------------------------------------------------------
[INFO] Building Sakai Helloworld Implementation
[INFO]    task-segment: [clean, install, sakai:deploy]
[INFO]
------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
Downloading:
http://source.sakaiproject.org/maven2/jta/jta/h2.1.8/jta-h2.1.8.pom
[INFO] Unable to find resource 'jta:jta:pom:h2.1.8' in repository
sakai-maven (http://source.sakaiproject.org/maven2)
Downloading:
http://source.sakaiproject.org/maven2-snapshots/jta/jta/h2.1.8/jta-h2.1.8.pom
[INFO] Unable to find resource 'jta:jta:pom:h2.1.8' in repository
sakai-maven2-snapshots (http://source.sakaiproject.org/maven2-snapshots)
Downloading: http://repo1.maven.org/maven2/jta/jta/h2.1.8/jta-h2.1.8.pom
[INFO] Unable to find resource 'jta:jta:pom:h2.1.8' in repository default
(http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/jta/jta/h2.1.8/jta-h2.1.8.pom
[INFO] Unable to find resource 'jta:jta:pom:h2.1.8' in repository central
(http://repo1.maven.org/maven2)
Downloading:
http://source.sakaiproject.org/maven2-snapshots/org/sakaiproject/entitybroker/entitybroker-api/1.4.0-rc02/entitybroker-api-1.4.0-rc02.jar
Downloading:
http://source.sakaiproject.org/maven2-snapshots/org/sakaiproject/entitybroker/entitybroker-utils/1.4.0-rc02/entitybroker-utils-1.4.0-rc02.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.sakaiproject.entitybroker:entitybroker-api:jar:1.4.0-rc02

  Try downloading the file manually from:
      http://source.sakaiproject.org/maven2/

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.sakaiproject.entitybroker
-DartifactId=entitybroker-api -Dversion=1.4.0-rc02 -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.sakaiproject.entitybroker
-DartifactId=entitybroker-api -Dversion=1.4.0-rc02 -Dpackaging=jar
-Dfile=/path/to/file -D
url=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.sakaiproject.helloworld:helloworld-impl:jar:0.1
        2) org.sakaiproject.entitybroker:entitybroker-api:jar:1.4.0-rc02

2) org.sakaiproject.entitybroker:entitybroker-utils:jar:1.4.0-rc02

  Try downloading the file manually from:
      http://source.sakaiproject.org/maven2/

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.sakaiproject.entitybroker
-DartifactId=entitybroker-utils -Dversion=1.4.0-rc02 -Dpackaging=jar
-Dfile=/path/to/fil
e

  Alternatively, if you host your own repository you can deploy the file
there:
      mvn deploy:deploy-file -DgroupId=org.sakaiproject.entitybroker
-DartifactId=entitybroker-utils -Dversion=1.4.0-rc02 -Dpackaging=jar
-Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.sakaiproject.helloworld:helloworld-impl:jar:0.1
        2) org.sakaiproject.entitybroker:entitybroker-utils:jar:1.4.0-rc02

----------
2 required artifacts are missing.

for artifact:
  org.sakaiproject.helloworld:helloworld-impl:jar:0.1

from the specified remote repositories:
  default (http://repo1.maven.org/maven2),
  sakai-maven2-snapshots (http://source.sakaiproject.org/maven2-snapshots),
  central (http://repo1.maven.org/maven2),
  sakai-maven (http://source.sakaiproject.org/maven2)



[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 8 seconds
[INFO] Finished at: Wed Feb 15 16:41:29 PST 2012
[INFO] Final Memory: 49M/358M
[INFO]
------------------------------------------------------------------------
c:\sakai\trunk\helloworld>
-- 
View this message in context: http://old.nabble.com/-INFO--Unable-to-find-resource-%27jta%3Ajta%3Apom%3Ah2.1.8%27-in-repository-sakai-maven-%28http%3A--source.sakaiproject.org-maven2%29-tp33327230p33327230.html
Sent from the Sakai - Development mailing list archive at Nabble.com.



More information about the sakai-dev mailing list