Re: [VOTE] Relase Maven Stylus Skin 1.3

2011-02-04 Thread Lukas Theussl
+1 -Lukas Olivier Lamy wrote: Hello, I'd like to release Apache Maven Stylus Skin 1.3 The staging repo is here : https://repository.apache.org/content/repositories/maven-035/ One issue fixed : http://jira.codehaus.org/browse/MSKINS-9 And some trademarks information in the website footer see

Re: [VOTE] Relase Maven Stylus Skin 1.3

2011-02-04 Thread Dennis Lundberg
+1 On 2011-02-04 23:18, Olivier Lamy wrote: > Hello, > I'd like to release Apache Maven Stylus Skin 1.3 > The staging repo is here : > https://repository.apache.org/content/repositories/maven-035/ > > One issue fixed : http://jira.codehaus.org/browse/MSKINS-9 > And some trademarks information in

Re: Legitimate use of ToolchainManagerPrivate?

2011-02-04 Thread Stephen Connolly
I remember when I was writing that plugin I found a couple of use cases for tool chains that the initial spec had missed... there could be some hack I'm doing... also are you using maven 2 or 3. I have not tested animal-sniffer-maven-plugin for generating signatures with maven 3 so it might be tha

[VOTE] Relase Maven Stylus Skin 1.3

2011-02-04 Thread Olivier Lamy
Hello, I'd like to release Apache Maven Stylus Skin 1.3 The staging repo is here : https://repository.apache.org/content/repositories/maven-035/ One issue fixed : http://jira.codehaus.org/browse/MSKINS-9 And some trademarks information in the website footer see : http://maven.apache.org. The vote

Release Maven Plugin Tools

2011-02-04 Thread Dennis Lundberg
Hi Maven Plugin Tools looks ready for a new release. 6 issues fixed in JIRA including @threadSafe for both the code itself and the code it produces. I'll do the release after the skin and pom releases that are coming up. Or should it be before the poms so that we can include the new plugin plugin

Re: Going to release Assembly Plugin 2.2.1

2011-02-04 Thread Dennis Lundberg
On 2011-02-04 08:57, Olivier Lamy wrote: > Thanks Dennis to take care of this. > I think we could release all the parent pom chain before and skin. > > I can start with the skin. > > WDYT ? Sounds good. > > 2011/2/3 Dennis Lundberg : >> Hi >> >> This is just a heads up that I intend to release

Re: Legitimate use of ToolchainManagerPrivate?

2011-02-04 Thread Andreas Sewe
Hi all, > OK, now I get it. Thanks. I'll have a look at the code and come back if > I still have some questions. I did have a look a the animal-sniffer-maven-plugin. Very interesting. One thing that I do not understand, however, is how to obtain access to an implementation of ToolchainManagerP

Re: Maven Site Generation Failure - Possible Mavan JavaDoc

2011-02-04 Thread Karl Heinz Marbaise
Hi Lukas, first thanks for your answer Lukas Theussl-4 wrote: > >> The project can be compiled packaged etc. without any problems (mvn clean >> package or mvn clean verify works perfect)...I have nevery installed it >> (no >> mvn install done)... > > Why not? As the build log says, this i

Re: Maven Site Generation Failure - Possible Mavan JavaDoc

2011-02-04 Thread Lukas Theussl
Karl Heinz Marbaise wrote: Hi to all, I'm working on a multi module build which i tried to create a site forbut if failed... $ mvn --version Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100) Java version: 1.6.0_22, vendor: Sun Microsystems Inc. Java home: /usr/lib/jvm/java-6-sun-1.

Re: Going to release Assembly Plugin 2.2.1

2011-02-04 Thread Anders Hammar
If you plan on using Maven 3.0.x for the releases, it would be very nice to have a new release of the plugin tools (2.7) as well so that the mojo description page isn't messed up (MPLUGIN-165). That's on my wish list at least, /Anders On Fri, Feb 4, 2011 at 08:57, Olivier Lamy wrote: > Thanks D

Re: Legitimate use of ToolchainManagerPrivate?

2011-02-04 Thread Andreas Sewe
Hi Stephen, hi Jörg, yep the code. there's some advanced use of tool chains in animal sniffer... no other plugin that I know of is as advanced in using tool chains OK, now I get it. Thanks. I'll have a look at the code and come back if I still have some questions. Best wishes, Andreas ---