Hi,
Building project commons-configuration fails:
[ERROR] BUILD ERROR
[INFO] ----------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.commons:commons-vfs2:jar:2.0-SNAPSHOT
Try downloading the file manually from the project website.
1 required artifact is missing.
for artifact: commons-configuration:commons-configuration:jar:1.7-SNAPSHOT
I've found commons-vfs-2.0-20090326.033229-1.jar from
https://repository.apache.org/content/groups/snapshots-group/org/apache/commons/commons-vfs/2.0-SNAPSHOT/
and then, install it using the command:
$ mvn install:install-file -DgroupId=org.apache.commons -DartifactId=commons-vfs2 -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
But the commons-configuration is still failed and too many project are depended
on it.
Is is right one?
Thanks,
Ludmila
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]