Create a enforcer-incubator-rules project (was:Re: MENFORCER-19 (enforce dependencyManagement))

2011-02-03 Thread Baptiste MATHUS
Hi all, I've been thinking about enforcer rules for some times. I think it would be a good thing to have a kind of enforcer-rules-incubator project somewhere that would encourage users sharecentralize their rules. I personnally have already written rules that I think are not very specific to my

Using a Maven Archetype programmatically

2011-02-03 Thread Harshana Eranga Martin
Hi All, I have a requirement of using a maven archetype programmatically and create a maven project. Can someone provide me some references on this? Thanks and Regards, Harshana Martin -- Harshana Eranga Martin Software Engineer, WSO2 Inc. Web: http://wso2.com http://wso2.org ECF

Re: Create a enforcer-incubator-rules project (was:Re: MENFORCER-19 (enforce dependencyManagement))

2011-02-03 Thread nicolas de loof
Brian, I'll then close MENFORCER-19 and comment with a link to dependency:analyse-dpt-mgt Baptiste, Mojo.codehaus.org could be a good place for such contributor-driven incubator. We allready merged some major mojo plugins into maven ones. 2011/2/3 Baptiste MATHUS m...@batmat.net Hi all, I've

Determine the output artifact filename extension from packaging type

2011-02-03 Thread සමින්ද
Hi, I'm wondering whether it is possible to figure-out the filename extension of the artifact created by a foobar packaging type. When creating a life cycle under artifact handler role we define (not necessarily however) the extension for the artifact. I want to determine this extension given a

Legitimate use of ToolchainManagerPrivate?

2011-02-03 Thread Andreas Sewe
Hi all, I am using Maven to build benchmarks for JVM research. I have already written a plugin that bundles up the benchmarks harness, dependencies, and input data. This works like a charm. :-) To integration-test the benchmarks, I would like my plugin to run benchmark just build on a whole

Re: Legitimate use of ToolchainManagerPrivate?

2011-02-03 Thread Stephen Connolly
have a look at animal sniffer @mojo - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 3 Feb 2011 11:20, Andreas Sewe s...@st.informatik.tu-darmstadt.de wrote: Hi all, I am

Re: Legitimate use of ToolchainManagerPrivate?

2011-02-03 Thread Andreas Sewe
Hi Stephen, have a look at animal sniffer @mojo the animal-sniffer-maven-plugin is definitely a very useful plugin, but just not for my use case; what I want is to verify that the benchmark being build *behaves* the same on different JVMs (produces identical outputs, doesn't crash the

AW: get MavenProject reference from module path

2011-02-03 Thread Moser, Christian
Thanks brain! Solved it with: final MavenSession session = (MavenSession) helper.evaluate(${session}); final DefaultProjectBuilder defaultProjectBuilder = (DefaultProjectBuilder) helper.getComponent(ProjectBuilder.class); final SetMavenProject baseSysModules = new

Re: svn commit: r1065608 - /maven/skins/trunk/maven-stylus-skin/src/main/resources/META-INF/maven/site.vm

2011-02-03 Thread Shane Curcuru
Thanks for this and the other updates working on branding of the Maven site! Could someone please update this to include Maven in the list of trademarks, please? s/Apache Maven, Apache,/Apache Maven, Maven, Apache,/ Thanks! - Shane

Re: svn commit: r1065608 - /maven/skins/trunk/maven-stylus-skin/src/main/resources/META-INF/maven/site.vm

2011-02-03 Thread Olivier Lamy
Sure I will. To have something like : © 2002-2011 The Apache Software Foundation - Privacy Policy http://maven.apache.org/privacy-policy.html. Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation. -- Olivier

Re: Legitimate use of ToolchainManagerPrivate?

2011-02-03 Thread Jörg Schaible
Andreas Sewe wrote: Hi Stephen, have a look at animal sniffer @mojo the animal-sniffer-maven-plugin is definitely a very useful plugin, but just not for my use case; what I want is to verify that the benchmark being build *behaves* the same on different JVMs (produces identical outputs,

Going to release Assembly Plugin 2.2.1

2011-02-03 Thread Dennis Lundberg
Hi This is just a heads up that I intend to release Maven Assembly Plugin 2.2.1 sometime soonish. It depends on maven-filtering 1.0, so it'll probably be in a couple of weeks time. I've moved the fixed issues over from the 2.3 bucket in JIRA, mostly documentation-related stuff. Other things I'd

Re: Legitimate use of ToolchainManagerPrivate?

2011-02-03 Thread Stephen Connolly
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 - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to

[jira] Subscription: Design Best Practices

2011-02-03 Thread jira
Issue Subscription Filter: Design Best Practices (24 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

Maven Site Generation Failure - Possible Mavan JavaDoc

2011-02-03 Thread Karl Heinz Marbaise
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.6.0.22/jre Default locale:

Re: Going to release Assembly Plugin 2.2.1

2011-02-03 Thread Olivier Lamy
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 ? 2011/2/3 Dennis Lundberg denn...@apache.org: Hi This is just a heads up that I intend to release Maven Assembly Plugin 2.2.1 sometime soonish. It depends