Hi
Just tried to do a clean build and it breaks on workflow module due to 3
unresolved artifacts....
The weird thing is that is says it tried Apache Snapshots repository (see
below) which I checked and it does contain all 3 required artifacts....
Not sure if it is just me or is it some error in the POM.....
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.maven.shared:maven-repository-builder:jar:1.0-alpha-2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.shared
-DartifactId=maven-repository-builder -Dversion=1.0-alpha-2-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.maven.shared
-DartifactId=maven-repository-builder -Dversion=1.0-alpha-2-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId
=[id]
Path to dependency:
1)
org.apache.maven.plugins:maven-assembly-plugin:maven-plugin:2.2-beta-2-magnolia-20071126
2)
org.apache.maven.shared:maven-repository-builder:jar:1.0-alpha-2-SNAPSHOT
2)
org.apache.maven.shared:maven-common-artifact-filters:jar:1.0-alpha-2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.shared
-DartifactId=maven-common-artifact-filters -Dversion=1.0-alpha-2-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.maven.shared
-DartifactId=maven-common-artifact-filters -Dversion=1.0-alpha-2-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dreposit
oryId=[id]
Path to dependency:
1)
org.apache.maven.plugins:maven-assembly-plugin:maven-plugin:2.2-beta-2-magnolia-20071126
2)
org.apache.maven.shared:maven-common-artifact-filters:jar:1.0-alpha-2-SNAPSHOT
3) org.codehaus.plexus:plexus-active-collections:jar:1.0-beta-2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.codehaus.plexus
-DartifactId=plexus-active-collections -Dversion=1.0-beta-2-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.codehaus.plexus
-DartifactId=plexus-active-collections -Dversion=1.0-beta-2-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
]
Path to dependency:
1)
org.apache.maven.plugins:maven-assembly-plugin:maven-plugin:2.2-beta-2-magnolia-20071126
2) org.codehaus.plexus:plexus-active-collections:jar:1.0-beta-2-SNAPSHOT
----------
3 required artifacts are missing.
for artifact:
org.apache.maven.plugins:maven-assembly-plugin:maven-plugin:2.2-beta-2-magnolia-20071126
from the specified remote repositories:
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
codehaus.org (http://snapshots.repository.codehaus.org),
apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
maven.openwfe.org.prereleases (http://maven.openwfe.org/prereleases),
central (http://repo1.maven.org/maven2),
magnolia.snapshots (http://svn.magnolia.info/maven/snapshots),
magnolia (http://svn.magnolia.info/maven/m2)
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------