Re: Passing config parameters to a plugin goal on the command line

2013-09-19 Thread Anders Hammar
As you found out and explained on the dev list, it does work if you apply the correct annotation parameters in your plugin code. /Anders On Fri, Sep 20, 2013 at 6:44 AM, Robert Patrick wrote: > Hi, > > We have a Maven plugin that previously was using the Maven Javadoc-style > annotations. When

Passing config parameters to a plugin goal on the command line

2013-09-19 Thread Robert Patrick
Hi, We have a Maven plugin that previously was using the Maven Javadoc-style annotations. When we wanted to test out something quick and dirty, we were able to invoke the plugin goals from the command-line and pass in the configuration parameters using -Dparam=value like this: mvn com.oracl

Re: dependency:tree gets wrong version?

2013-09-19 Thread Richard Vowles
Enforcing it would be: org.codehaus.woodstox woodstox-core-asl [4.2.0] Note the square brackets around the version. 4.2.0 is still simply an advised version, and Maven can and will override it. With the square brackets it will fail. On Fri, Sep 20, 2013 at 4:32 AM, Zi

Re: Maven free and public repository?

2013-09-19 Thread Manfred Moser
> Hello, > > We'd like to have a maven repository, to publish our projects. Are there > free available solutions in the market? > > I have try to put my project on a apache webserver. It doesn't work > actually due to unknown reasons. I don't have the possibility to have my > own apache webserver d

Re: Artifacts missing in maven-aether-provider in Maven 3.1.0

2013-09-19 Thread Stuart McCulloch
Maven 3.1.0 was released after the Maven runtime project moved to git: https://git-wip-us.apache.org/repos/asf?p=maven.git;a=summary Specifically: https://git-wip-us.apache.org/repos/asf?p=maven.git;a=tree;h=5a0e6574404b4964522d90c3438e25574a95466c;hb=893ca28a1da9d5f51ac03827af9

Re: Maven free and public repository?

2013-09-19 Thread Stephen Connolly
Get thee to central. Sonatype are the current guardians of access, their process has always seemed quite painless to me On Thursday, 19 September 2013, Dahmen Manuel wrote: > Hello, > > We'd like to have a maven repository, to publish our projects. Are there > free available solutions in the mar

Maven free and public repository?

2013-09-19 Thread Dahmen Manuel
Hello, We'd like to have a maven repository, to publish our projects. Are there free available solutions in the market? I have try to put my project on a apache webserver. It doesn't work actually due to unknown reasons. I don't have the possibility to have my own apache webserver due to tec

Artifacts missing in maven-aether-provider in Maven 3.1.0

2013-09-19 Thread Bernd Adamowicz
Hi all! When switching from 3.0.4 to 3.1.0 I encountered that obviously the classes * org.apache.maven.repository.internal.MavenRepositorySystemSession * org.apache.maven.repository.internal.MavenServiceLocator are no longer there. Seems, the last version with these classes was 3.0.5. However,

Re: dependency:tree gets wrong version?

2013-09-19 Thread Ziga GREGORIC
Try enforcing version with org.codehaus.woodstox woodstox-core-asl 4.2.0 on parent level (check if this is the right artifact). Regards, Ziga Gregoric On Thu, Sep 19, 2013 at 4:17 PM, James Green wrote: > Gotta be a simple one this! > > Upgraded ourselves t

dependency:tree gets wrong version?

2013-09-19 Thread James Green
Gotta be a simple one this! Upgraded ourselves to apache-cxf-2.7.6 and we've been getting errors since. Well-publicised solution is to find and remove any dependencies on woodstox prior to 4.2.0. So dependency:tree only shows us having 4.2.0. Yet clean & build results in WEB-INF/lib having 4.1.2.