RE: PomStrap v2?

2010-10-05 Thread Villemos, Gert
Yes. It's very neat and work perfectly. Notice that not all configuration options are documented on the site. Look in the source code for more options. Gert. -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: 24 September 2010 19:17 To: Maven Users List Subject: PomS

Maven at Runtime

2010-06-23 Thread Villemos, Gert
I would like to use Maven at Runtime, i.e. use a project POM to define the dependencies, then at application startup use Maven to resolve the dependencies and download them. Google reveals that I'm not the only one with this idea, but I didn't find any examples of descriptions of how to do it.

Maven fails to deploy to artifactory - Code 401

2009-11-04 Thread Villemos, Gert
We are building a Maven2 multi-module project using Hudson v1.323. When using the 'deploy' goal, the build fails with the exception; [INFO] [ERROR] BUILD ERROR [INFO] -

Problem with javadoc plugin - The PluginDescriptor for the plugin XYZ was not found. Should have been in realm:

2009-10-09 Thread Villemos, Gert
We are using the Eclipse maven plugin with maven 2 and the javadoc plugin. The POM file is listed below. When we run the maven build, it fails with the error message: Error message: Failed to load report plugin: org.apache.maven.plugins:maven-javadoc-plugin. Reason: Failed to load plugin. Re

Unable to Unarchive

2009-05-12 Thread Villemos, Gert
I'm using the Eclipse Java IDE with the Maven plugin and artifactory as the repository. I have configured the POM to use the maven-assembly-plugin to create an executable jar (see below). When packaging I get the error 'Unable to obtain unarchiver for file...'. This only occurs when I have mult