I worked in subdirectories for some time... Tonight I tried to build
the entire tree and got the error below.
Bill, this is related to the confluence-maven-plugin stuff that you
were doing. Any idea why it fails? (I know the plugin doesn't work;
but can we fix the compilation errors?)
Thanks
Andrus
[INFO]
------------------------------------------------------------------------
----
[INFO] Building Cayenne Maven2 Plugins :: Confluence
[INFO] task-segment: [clean, install]
[INFO]
------------------------------------------------------------------------
----
[INFO] [clean:clean]
[INFO] Deleting directory /Users/andrus/work/cayenne/other/confluence-
maven-plugin/target
[INFO] Deleting directory /Users/andrus/work/cayenne/other/confluence-
maven-plugin/target/classes
[INFO] Deleting directory /Users/andrus/work/cayenne/other/confluence-
maven-plugin/target/test-classes
[INFO] [plugin:descriptor]
[INFO] Using 2 extractors.
[INFO] Applying extractor for language: java
[INFO] Extractor for language: java found 1 mojo descriptors.
[INFO] Applying extractor for language: bsh
[INFO] Extractor for language: bsh found 0 mojo descriptors.
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://objectstyle.org/maven2/org/codehaus/plexus/plexus-
archiver/1.0-alpha-7-SNAPSHOT/plexus-archiver-1.0-alpha-7-SNAPSHOT.pom
[WARNING] Unable to get resource from repository objectstyle (http://
objectstyle.org/maven2)
Downloading: http://people.apache.org/repository/org.codehaus.plexus/
poms/plexus-archiver-1.0-alpha-7-SNAPSHOT.pom
[WARNING] Unable to get resource from repository apache-m1 (http://
people.apache.org/repository)
Downloading: http://people.apache.org/maven-snapshot-repository/org/
codehaus/plexus/plexus-archiver/1.0-alpha-7-SNAPSHOT/plexus-
archiver-1.0-alpha-7-SNAPSHOT.pom
[WARNING] Unable to get resource from repository apache-snapshots
(http://people.apache.org/maven-snapshot-repository)
Downloading: http://objectstyle.org/maven2/org/codehaus/plexus/plexus-
archiver/1.0-alpha-7-SNAPSHOT/plexus-archiver-1.0-alpha-7-SNAPSHOT.jar
[WARNING] Unable to get resource from repository objectstyle (http://
objectstyle.org/maven2)
Downloading: http://people.apache.org/repository/org.codehaus.plexus/
jars/plexus-archiver-1.0-alpha-7-SNAPSHOT.jar
[WARNING] Unable to get resource from repository apache-m1 (http://
people.apache.org/repository)
Downloading: http://people.apache.org/maven-snapshot-repository/org/
codehaus/plexus/plexus-archiver/1.0-alpha-7-SNAPSHOT/plexus-
archiver-1.0-alpha-7-SNAPSHOT.jar
[WARNING] Unable to get resource from repository apache-snapshots
(http://people.apache.org/maven-snapshot-repository)
Downloading: http://svn.apache.org/maven-snapshot-repository/org/
codehaus/plexus/plexus-archiver/1.0-alpha-7-SNAPSHOT/plexus-
archiver-1.0-alpha-7-SNAPSHOT.jar
[WARNING] Unable to get resource from repository apache.snapshots
(http://svn.apache.org/maven-snapshot-repository)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-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-archiver \
-Dversion=1.0-alpha-7-SNAPSHOT -Dpackaging=jar -Dfile=/
path/to/file
Path to dependency:
1) org.apache.cayenne.other.plugin.confluence:confluence-
maven-plugin:maven-plugin:3.0-incubating-SNAPSHOT
2) org.apache.maven:maven-archiver:jar:2.2-SNAPSHOT
3) org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.cayenne.other.plugin.confluence:confluence-maven-
plugin:maven-plugin:3.0-incubating-SNAPSHOT
|