On 6/26/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote:
Yes modules should first be built

The execeptions are caused by missing deps in the modules. Nothing to
do with the deployment plugin.

Almost there. I was misled by the exception wrt xmlbeans and didn't
apply the patch for the missing deps. Anyway, once done the build
failed with the following error:

Downloading: 
http://dist.codehaus.org/xmlbeans/poms/xmlbeans-jsr173-api-2.0-dev.pom
[WARNING] Unable to get resource from repository codehaus-dist
(http://dist.codehaus.org)
Downloading: 
http://people.apache.org/maven-snapshot-repository/xmlbeans/xmlbeans-jsr173-api/2.0-dev/xmlbeans-jsr173-api-2.0-dev.pom
[WARNING] Unable to get resource from repository Apache CVS
(http://people.apache.org/maven-snapshot-repository)
Downloading: 
http://www.ibiblio.org/maven/xmlbeans/poms/xmlbeans-jsr173-api-2.0-dev.pom
[WARNING] Unable to get resource from repository maven1-ibiblio
(http://www.ibiblio.org/maven)
Downloading: 
http://www.ibiblio.org/maven2/xmlbeans/xmlbeans-jsr173-api/2.0-dev/xmlbeans-jsr173-api-2.0-dev.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading: 
http://cvs.apache.org/repository/xmlbeans/poms/xmlbeans-jsr173-api-2.0-dev.pom
[WARNING] Unable to get resource from repository apache-cvs
(http://cvs.apache.org/repository)
Downloading: 
http://dist.codehaus.org/xmlbeans/jars/xmlbeans-jsr173-api-2.0-dev.jar
[WARNING] Unable to get resource from repository codehaus-dist
(http://dist.codehaus.org)
Downloading: 
http://people.apache.org/maven-snapshot-repository/xmlbeans/xmlbeans-jsr173-api/2.0-dev/xmlbeans-jsr173-api-2.0-dev.jar
[WARNING] Unable to get resource from repository Apache CVS
(http://people.apache.org/maven-snapshot-repository)
Downloading: 
http://www.ibiblio.org/maven/xmlbeans/jars/xmlbeans-jsr173-api-2.0-dev.jar
[WARNING] Unable to get resource from repository maven1-ibiblio
(http://www.ibiblio.org/maven)
Downloading: 
http://cvs.apache.org/repository/xmlbeans/jars/xmlbeans-jsr173-api-2.0-dev.jar
[WARNING] Unable to get resource from repository apache-cvs
(http://cvs.apache.org/repository)
Downloading: 
http://www.ibiblio.org/maven2/xmlbeans/xmlbeans-jsr173-api/2.0-dev/xmlbeans-jsr173-api-2.0-dev.jar
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev

 Try downloading the file manually from the project website.

 Then, install it using the command:
     mvn install:install-file -DgroupId=xmlbeans
-DartifactId=xmlbeans-jsr173-api \
         -Dversion=2.0-dev -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
       1) org.apache.geronimo.modules:geronimo-j2ee-schema:jar:1.2-SNAPSHOT
       2) stax:stax:jar:1.1.1-dev
       3) xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev

----------
1 required artifact is missing.

for artifact:
 org.apache.geronimo.modules:geronimo-j2ee-schema:jar:1.2-SNAPSHOT

Prasad

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl

Reply via email to