Are you using a proxy for downloading maven stuff?
If so, make sure that it has the artifact
"org.apache.maven.skins:maven-default-skin" in it.
Clark, Michael wrote:
So I have searched the internet and read about all the people that have
hit this issue, but I haven't found any solutions to this.
Does anyone have a clear and concise method for resolving this?
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
----
[INFO] Building Common java module.
[INFO] task-segment: [site]
[INFO]
------------------------------------------------------------------------
----
[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoad
er'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
Downloading:
http://pd-build.xxxsystems.com/internal/com/oracle/ojdbc14/10.2.0.3.0/oj
dbc14-10.2.0.3.0.pom
Downloading:
http://repo1.maven.org/maven2/com/oracle/ojdbc14/10.2.0.3.0/ojdbc14-10.2
.0.3.0.pom
[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoad
er'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [site:site]
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] The skin does not exist: Unable to determine the release version
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.skins
-DartifactId=maven-default-skin \
-Dversion=RELEASE -Dpackaging=jar -Dfile=/path/to/file
org.apache.maven.skins:maven-default-skin:jar:RELEASE
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Fri Nov 09 11:14:28 EST 2007
[INFO] Final Memory: 11M/20M
[INFO]
------------------------------------------------------------------------
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]