'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid version
when building off line
------------------------------------------------------------------------------------------------------
Key: MSITE-117
URL: http://jira.codehaus.org/browse/MSITE-117
Project: Maven 2.x Site Plugin
Type: Bug
Versions: 2.0-beta-4
Reporter: Ted X. Toth
I have occasion to build at locations where I don't have internet access but I
do have access to a cvs repository where I have added
my local maven repository. So I build a local repository with a check out from
cvs and then I build my project with 'mvn -o clean install'.
However I get the following error:
[ERROR] BUILD ERROR
[INFO]
----------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-site-plugin' does not exist
or no valid version could be found
[INFO]
----------------------------------------------------------------------------
but it's there!
ls ~/.m2/repository/org/apache/maven/plugins/maven-site-plugin/2.0-beta-4/
CVS maven-site-plugin-2.0-beta-4.jar maven-site-plugin-2.0-beta-4.pom
While testing this build process I have internet access and if I remove
~/.m2/repository/org/apache/maven/plugins/maven-site-plugin/2.0-beta-4 and
build 'online' the same files
(maven-site-plugin-2.0-beta-4.jar,maven-site-plugin-2.0-beta-4.pom)
end up in the same place
(~/.m2/repository/org/apache/maven/plugins/maven-site-plugin/2.0-beta-4/) and
the build works.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira