[
https://issues.apache.org/jira/browse/WODEN-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626098#action_12626098
]
Jeremy Hughes commented on WODEN-211:
-------------------------------------
Starting from a cleaned out local repository. Then by commenting out the
woden-tests and woden-tool modules in the top level pom.xml and figuring out
that I need to run mvn install (otherwise the woden-impl-commons artifact isn't
in the local repository for woden-impl-dom to use) then I get this:
{code}
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.ws.commons.schema
-DartifactId=XmlSchema -Dversion=SNAPSHOT -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.apache.ws.commons.schema
-DartifactId=XmlSchema -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.woden:woden:pom:1.0-SNAPSHOT
2) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT
2) org.apache.ws.commons.axiom:axiom-api:jar:SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.ws.commons.axiom
-DartifactId=axiom-api -Dversion=SNAPSHOT -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.apache.ws.commons.axiom
-DartifactId=axiom-api -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.woden:woden:pom:1.0-SNAPSHOT
2) org.apache.ws.commons.axiom:axiom-api:jar:SNAPSHOT
3) org.apache.ws.commons.axiom:axiom-impl:jar:SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.ws.commons.axiom
-DartifactId=axiom-impl -Dversion=SNAPSHOT -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.apache.ws.commons.axiom
-DartifactId=axiom-impl -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.woden:woden:pom:1.0-SNAPSHOT
2) org.apache.ws.commons.axiom:axiom-impl:jar:SNAPSHOT
----------
3 required artifacts are missing.
for artifact:
org.apache.woden:woden:pom:1.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 56 seconds
[INFO] Finished at: Wed Aug 27 14:02:27 BST 2008
[INFO] Final Memory: 5M/14M
[INFO] ------------------------------------------------------------------------
{code}
Any ideas?
> Refactor directory layout to be more Maven compliant
> ----------------------------------------------------
>
> Key: WODEN-211
> URL: https://issues.apache.org/jira/browse/WODEN-211
> Project: Woden
> Issue Type: Improvement
> Reporter: Jeff MAURY
> Assignee: Jeremy Hughes
> Priority: Minor
> Attachments: trunk.zip
>
>
> The directory layout should be refactored in order to follow Maven
> conventions. Today, there are dependencies between the Woden modules which
> miss flexibility.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]