[ANN] Maven JAXB 2.1 Plugin 1.3 Released

2009-11-09 Thread Robert Scholte
The Mojo team is pleased to announce the release of the JAXB 2.1 Plugin, version 1.3. This plugin is able to create the object graph from XSDs or DTDs based on the JAXB 2.1 implementation. With this release it's also possible create a schemafile for sources. See the plugin's site for

[ANN] SQL Maven Plugin 1.4 Released

2010-02-16 Thread Robert Scholte
The Mojo team is pleased to announce the release of the SQL Plugin, version 1.4. This plugin is used to execute SQL statements in a combination of strings, a list of files and/or a set of files through sqlCommand, srcFiles, and fileset configurations respectively. See the plugin's site

[ANN] Exec Maven Plugin 1.2 Released

2010-07-21 Thread Robert Scholte
be printed in debug mode. [MEXEC-82] - exec:java add support for parameter 'skip' New Feature [MEXEC-25] - exec:exec mojo support interaction with user Enjoy, The Mojo team. - Robert Scholte

[ANN] Aspectj-maven-plugin-1.3.1 Released

2011-02-27 Thread Robert Scholte
] - Classpath on aspectJ plugin doesn't respect the dependencies order Enjoy, The Mojo team. -Robert Scholte

[ANN] build-helper-maven-plugin 1.6 Released

2011-06-27 Thread Robert Scholte
from parsed version [MBUILDHELPER-27] - Add new goal: released-version Enjoy, The Mojo team. Robert Scholte

RE: Welcome Robert Scholte to the Apache Maven team!

2011-07-09 Thread Robert Scholte
of when to pick up what with another OS-project behind my name... ;) -Robert From: mgai...@hotmail.com To: users@maven.apache.org Subject: RE: Welcome Robert Scholte to the Apache Maven team! Date: Sat, 9 Jul 2011 07:32:36 -0400 when you get a chance could you offer tips on QDox

RE: maven-failsafe-plugin runOrder random re-play?

2011-07-14 Thread Robert Scholte
Sounds reasonable, but AFAIK this feature doesn't exist yet.please verify there's no such issue at JIRA[1] yet. If it's indeed new, please create an issue for it. -Robert [1] http://jira.codehaus.org/browse/SUREFIRE Date: Thu, 14 Jul 2011 12:08:54 -0400 Subject: maven-failsafe-plugin

RE: How to load a class in a Mojo?

2011-07-17 Thread Robert Scholte
It is less complex, it´s just like any other java-project:this.getClass().getResourceAsStream( name ) this.getClass().getResource( name ); The @requiresDependencyResolution is about which dependecies should be available for this class, based on their scope. -Robert Date: Sat, 16 Jul 2011

RE: How to load a class in a Mojo?

2011-07-17 Thread Robert Scholte
: hilco.wijbe...@gmail.com To: users@maven.apache.org On 17 July 2011 02:53, Robert Scholte rfscho...@codehaus.org wrote: It is less complex, it´s just like any other java-project:this.getClass().getResourceAsStream( name ) this.getClass().getResource( name ); That's what I started

RE: Archiva vs. Nexus

2011-07-19 Thread Robert Scholte
http://www.sonatype.com/people/2011/06/nexus-tips-and-tricks-backup-nexus/ -Robert Date: Tue, 19 Jul 2011 14:55:38 -0700 From: eric.koloty...@gmail.com To: users@maven.apache.org Subject: Re: Archiva vs. Nexus Is it easy to move a Nexus repository from one system to the next? I was

RE: Trouble setting Boolean property in custom Mojo

2011-08-08 Thread Robert Scholte
Please read http://www.sonatype.com/books/mvnref-book/reference/writing-plugins.html first! (little hint: it has to do with doclets...) -Robert Date: Mon, 8 Aug 2011 07:49:12 -0700 From: laredotorn...@gmail.com To: users@maven.apache.org Subject: Trouble setting Boolean property in

RE: Trouble setting Boolean property in custom Mojo

2011-08-08 Thread Robert Scholte
http://www.sonatype.com/books/mvnref-book/reference/writing-plugins-sect-mojo-params.html So that would make it: /** * @parameter */ private Boolean appendResults; And you probably don't want to use the setter. This field already works. -Robert Date: Mon, 8 Aug 2011 12:45:58 -0700

RE: Discrepancy in SNAPSHOT jar filename between JAR Plugin and Assembly Plugin

2011-08-13 Thread Robert Scholte
Looks like the assembly plugin uses somewhere artifact.getVersion() instead of artifact.getBaseVersion(). Please check if there's already such an issue at jira[1], otherwise create the issue yourself. -Robert [1] http://jira.codehaus.org/browse/MASSEMBLY

RE: maven-assembly-plugin for test?

2011-08-16 Thread Robert Scholte
If you want to have a jar with reusable test-classes, you have to create a separate project for it. http://rfscholte.wordpress.com/2010/09/05/how-to-create-a-jar-containing-reusableabstract-testclasses-with-maven/ -Robert Date: Tue, 16

RE: codehaus.org

2011-08-17 Thread Robert Scholte
It looks like the site is kind of unstable http://www.downforeveryoneorjustme.com/mojo.codehaus.org right now it's down for me too (the Netherlands) -Robert Date: Wed, 17 Aug 2011 20:07:17 +0200 From: khmarba...@gmx.de To: users@maven.apache.org Subject: codehaus.org Hi, can

RE: [maven] Troubleshooting a NPE in maven build

2011-08-17 Thread Robert Scholte
https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-LegacystyleRepositories -Robert From: jpye...@pdinc.us To: users@maven.apache.org Subject: RE: [maven] Troubleshooting a NPE in maven build Date: Wed,

RE: Signed maven dependency and create an assembly

2011-08-17 Thread Robert Scholte
Try http://mojo.codehaus.org/webstart/webstart-maven-plugin/index.html -Robert Date: Wed, 17 Aug 2011 16:50:06 -0400 Subject: Signed maven dependency and create an assembly From: amit.vanka...@gmail.com To: users@maven.apache.org Hi All, Seems

RE: exec-maven-plugin want to pass maven.dependency.classpath as a variable in my EXEC Goal

2011-08-18 Thread Robert Scholte
Looks to me you're trying to use the wrong plugin. This one seems to fit more:http://maven.apache.org/plugins/maven-antrun-plugin/ -Robert Date: Thu, 18 Aug 2011 15:21:49 -0700 Subject: exec-maven-plugin want to pass maven.dependency.classpath as a variable in my EXEC Goal From:

[ANN] Sql-maven-plugin-1.5 Released

2011-08-27 Thread Robert Scholte
Hi, The Mojo team is pleased to announce the release of the SQL Maven Plugin version 1.5. Use this plugin to execute SQL statements in a combination of strings, a list of files and/or a set of files through sqlCommand, srcFiles, and fileset configurations respectively.

RE: Project With Many Artifacts - Maven Install Artifacts Problem

2011-09-19 Thread Robert Scholte
Check the build-helper-maven-plugin http://mojo.codehaus.org/build-helper-maven-plugin/attach-artifact-mojo.html -Robert Date: Thu, 15 Sep 2011 04:46:04 -0700 From: rodrigo.zampi...@gmail.com To: users@maven.apache.org Subject: Project With Many Artifacts - Maven Install Artifacts

RE: APT: Issue with adding xml code snippets as Verbatim

2011-09-22 Thread Robert Scholte
Hi, I had to do a trick to resolve this for the maven-eclipse-plugin documentation [1]It's related to VELOCITY-743 The idea is to assign the complex value to a variable, next print that variable. -Robert [1]

RE: APT: Issue with adding xml code snippets as Verbatim

2011-09-22 Thread Robert Scholte
The inner or outer single quotes should be double quotes or escape the inner ones.Now it's $varline = '${wf:errorCode('followed by noise -Robert Date: Thu, 22 Sep 2011 14:53:55 -0700 From: parame...@gmail.com To: users@maven.apache.org Subject: RE: APT: Issue with adding xml code snippets

[ANN] Exec-Maven-Plugin 1.2.1 Released

2011-09-23 Thread Robert Scholte
Enjoy, The Mojo team. Robert Scholte

RE: Can I configure the version used as default for Maven plugins?

2011-09-25 Thread Robert Scholte
That should be http://svn.apache.org/viewvc/maven/maven-3/tags/maven-3.0.3/maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml?view=log And here you see that the maven-deploy-plugin uses version 2.5 -Robert Date: Sun, 25 Sep 2011 11:32:03 +0200 From: pr...@jonand.se To:

RE: Can I configure the version used as default for Maven plugins?

2011-09-25 Thread Robert Scholte
, or some parts of it, could be exposed as a public resource and available for configuration similar to settings.xml? On 9/25/11 5:38 AM, Robert Scholte wrote: That should be http://svn.apache.org/viewvc/** maven/maven-3/tags/maven-3.0.**3/maven-core/src/main/** resources/META-INF/plexus

RE: Maven not pulling down latest snapshot jar issue

2011-09-30 Thread Robert Scholte
Sounds like http://jira.codehaus.org/browse/MNG-5087 -Robert Date: Fri, 30 Sep 2011 11:46:19 -0400 From: kurt.s...@gmail.com To: users@maven.apache.org Subject: Maven not pulling down latest snapshot jar issue 1. I'm using maven-3.0.3 and does anyone else have the issue where the

RE: Managing Different Java Versions

2011-10-10 Thread Robert Scholte
Ok, just two real world examples: http://svn.codehaus.org/mojo/tags/exec-maven-plugin-1.2.1/pom.xml http://svn.codehaus.org/mojo/tags/sql-maven-plugin-1.5/pom.xml These both verify against the jdk1.4 signatues, but the idea should be clear enough. You'll see that the examples kind of

RE: maven failing to resolve artifact that exists in *local* repository

2011-10-17 Thread Robert Scholte
Sounds like http://jira.codehaus.org/browse/MNG-5181 -Robert Date: Mon, 17 Oct 2011 14:29:06 +0200 Subject: Re: maven failing to resolve artifact that exists in *local* repository From: and...@hammar.net To: users@maven.apache.org There was some recent discussion about offline and a

RE: Findbugs with external configuration

2011-10-18 Thread Robert Scholte
The findbugs-maven-plugin is part of Codehaus Mojo[1] Try their mailing list[2] -Robert [1] http://mojo.codehaus.org/ [2] http://mojo.codehaus.org/mail-lists.html Date: Tue, 18 Oct 2011 10:52:56 -0300 From: fabricio.le...@sefaz.ce.gov.br To: users@maven.apache.org Subject: Re:

RE: Profile activation based on property absence OR property value of false

2011-10-24 Thread Robert Scholte
Yes you can, try: !true See http://svn.codehaus.org/mojo/trunk/mojo/sql-maven-plugin/pom.xml Date: Mon, 24 Oct 2011 17:30:24 -0400 Subject: Profile activation based on property absence OR property value of false From: ljnel...@gmail.com To:

RE: How to execute the maven-deploy-plugin:deploy-file from within a Java program

2011-10-29 Thread Robert Scholte
Sounds like you want the Maven Invoker: http://maven.apache.org/shared/maven-invoker/ -Robert Date: Sat, 29 Oct 2011 22:05:58 +0200 Subject: How to execute the maven-deploy-plugin:deploy-file from within a Java program From:

[ANN] extra-enforcer-rules 1.0-alpha-2 Released

2011-11-01 Thread Robert Scholte
dependencies for duplicates[MOJO-1731] - BanDuplicateClasses fails when there is a dependency of type pom[MOJO-1759] - NullPointerException when encountering a corrupt dependencyNew Feature[MOJO-1744] - support ignore classes for specific dependencies Enjoy, The Mojo team. Robert Scholte

RE: Unable to generate html report for maven-findbugs plugin

2011-11-02 Thread Robert Scholte
This is a plugin developed by the Codehaus mojo team[1], not by the Maven team. So their mailinglist[2] would be a better place to ask this question. Executing Maven with an additional -X will give you debug-logs, which might show the problem. The code you're hitting is [3]. Do you have .class

RE: Workaround for manifestEntry bug

2011-11-19 Thread Robert Scholte
This is actually a plexus-archiver issue. I noticed they're using lowercased names for the keys I don't know about such spec of manifest entries, but I guess they had a reason for it. Try also Jira[1] or GIT[2] to get more info. -Robert [1]

RE: YUI Compressor Maven plugin executed at wrong time and tomcat plugin not using yui-compressor output

2011-12-02 Thread Robert Scholte
You could keep the names of the files the same (so without the -min postfix), so modifications are picked up immediately. -Robert From: jeffma...@jeffmaury.com Date: Fri, 2 Dec 2011 11:16:01 +0100 Subject: Fwd: YUI Compressor Maven plugin executed at wrong time and tomcat plugin not

RE: YUI Compressor Maven plugin executed at wrong time and tomcat plugin not using yui-compressor output

2011-12-04 Thread Robert Scholte
What about warSourceExcludes[1]? Don't make the m-war-plugin responsible for copying these files but the yuicompressor. -Robert [1] http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#warSourceExcludes Date: Sun, 4 Dec 2011 08:44:28 -0500 Subject: Re: YUI Compressor

RE: Maven 2 Archetypes : Folder name with velocity macro using homemade property

2011-12-05 Thread Robert Scholte
I'd expect ${eventName.toLowerCase()} to work, according velocityDocs. The other one sounds like a bug. -Robert Date: Mon, 5 Dec 2011 16:25:55 +0100 Subject: Re: Maven 2 Archetypes : Folder name with velocity macro using homemade property From:

RE: skip cobertura for a module

2011-12-12 Thread Robert Scholte
Try to set the version of the plugin to 2.5.1 It is a good practice to always set the version for every plugin. Maven-3.0.x already warns you about it and it will probably be required one day. -Robert ps. why not just run 'mvn install site'? This should already trigger these plugins

RE: skip cobertura for a module

2011-12-12 Thread Robert Scholte
problem. Thanks! -Jim -Original Message- From: rfscho...@hotmail.com [mailto:rfscho...@hotmail.com] On Behalf Of Robert Scholte Sent: Monday, December 12, 2011 1:33 PM To: users@maven.apache.org Subject: RE: skip cobertura for a module Try to set the version of the plugin

RE: skip cobertura for a module

2011-12-12 Thread Robert Scholte
(yet). -Jim -Original Message- From: rfscho...@hotmail.com [mailto:rfscho...@hotmail.com] On Behalf Of Robert Scholte Sent: Monday, December 12, 2011 1:57 PM To: users@maven.apache.org Subject: RE: skip cobertura for a module If you run 'mvn cobertura:cobertura -X

RE: native-maven-plugin suggested patch to avoid redundant relink

2011-12-14 Thread Robert Scholte
Could you create a Jira issue[1], together with these patches. This issue tracking system is a much better place to keep track of an issue instead of a mailinglist. -Robert [1] https://jira.codehaus.org/browse/MOJO/component/11773 Date: Wed, 14 Dec 2011 09:12:22 -0800 From:

RE: No POM 1 how do I install my POM (Please help!!!)

2011-12-17 Thread Robert Scholte
Funny you can find the mailing lists easier than the usage of Maven. Please read Maven in 5 minutes[1] first to understand the basics. -Robert [1] http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html Date: Sat, 17 Dec 2011 07:46:53 -0800 From:

RE: maven-release-plugin: using git where do I see the tag used to build the release in the pom?

2011-12-17 Thread Robert Scholte
Hi Mirko, Did you have a look at the related code? http://maven.apache.org/scm/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-gitexe/xref/org/apache/maven/scm/provider/git/gitexe/command/tag/GitTagCommand.html -Robert From: mfriedenha...@gmail.com Date: Sat, 17 Dec

RE: Problem with jaxb2-maven-plugin 1.2

2011-12-18 Thread Robert Scholte
Did you google? This blog explains the problem quite good: http://www.jsfblog.info/2010/04/maven-site-generation-error-dtddvfactoryimpl-does-not-extend-from-dtddvfactory/ -Robert Date: Sun, 18 Dec 2011 09:31:20 -0800 From: smokin...@gmail.com To: users@maven.apache.org Subject:

RE: having problems with java -cp taget command

2011-12-18 Thread Robert Scholte
This problem has nothing to do with Maven, it's java basics. First of all, you shouldn't look under src/main/java, this is not on the classpath. You should look in the jar. The real problem is a typo: org.JasnThomas.ShadowInnovations org.JasonThomas.ShadowInnovations see the

RE: having problems with java -cp taget command

2011-12-18 Thread Robert Scholte
\MavenTest From: Robert Scholte [via Maven] ml-node+s40175n5084324...@n5.nabble.com To: Apache Omega jason007tho...@yahoo.com Sent: Sunday, December 18, 2011 1:21 PM Subject: RE: having problems with java -cp taget command This problem has nothing

RE: wagon-ftp site-plugin issue

2011-12-20 Thread Robert Scholte
I'm pretty sure you hit NET-409[1] and WAGON-357[2] Upgrading this dependency in the m-site-p will solve your problem. -Robert [1] https://issues.apache.org/jira/browse/NET-409 [2] http://jira.codehaus.org/browse/WAGON-357 Date: Tue, 20 Dec 2011 18:29:38 +0100 Subject:

Re: Exact meaning of -U command line option

2012-01-04 Thread Robert Scholte
If a repository becomes blacklisted for some reason you can use the -U to force an update. With Maven3 you will see a message explaining it if such a situation occurs. -Robert On Wed, 04 Jan 2012 14:38:56 +0100, Peter Niederwieser pnied...@gmail.com wrote: mvn --help says (both in

Re: WEB-INF/lib

2012-01-07 Thread Robert Scholte
Specify the packaging of your project by setting it to war.[1] -Robert [1] http://maven.apache.org/plugins/maven-war-plugin/usage.html On Sat, 07 Jan 2012 07:42:06 +0100, Rahman USTA rahman.usta...@gmail.com wrote: Hi, Can maven copy the dependencies to web-inf/lib directory ? How

Re: Mvn commands are stalling

2012-01-09 Thread Robert Scholte
Hi, Even though I'm not a newbie, I can see 2 potential problems with this sentence: 1. line 84, column 15 of what? It doesn't mention the file. Sure, it always about the poms, but we're talking about unexperienced users here. 2. build.plugins.plugin.version ? This doesn't look like xml, so

Re: maven-plugin-tools-ant custom parameter

2012-01-13 Thread Robert Scholte
have you tried to create a pojo called Person (with getters + setters for firstName and lastName) in the same package as the mojo? did you add something like this to the mojo /** * @parameter */ private Person person; -Robert On Fri, 13 Jan 2012 11:53:53 +0100, Maxime Carpentier

Re: maven-plugin-tools-ant custom parameter

2012-01-16 Thread Robert Scholte
hello.build.xml : echo message=Hello ${person} - ${person.name} / outputs : Hello ${person} - ${person.name} did i miss something ? On Fri, Jan 13, 2012 at 9:21 PM, Robert Scholte apa...@sourcegrounds.comwrote: have you tried to create a pojo called Person (with getters + setters for firstName

Re: maven-plugin-tools-ant custom parameter

2012-01-17 Thread Robert Scholte
value In a more simple exemple, how to use a List instead of a String parameter ? i'm using maven-plugin-tools-ant because i'd like use an already existing build.xml file... Thanxs for your help, Max On Mon, Jan 16, 2012 at 6:29 PM, Robert Scholte apa...@sourcegrounds.comwrote: Yes you're

Re: Maven for C/C++ development usable as well? Hudson server?

2012-01-25 Thread Robert Scholte
http://mojo.codehaus.org/maven-native/native-maven-plugin/ On Wed, 25 Jan 2012 14:36:50 +0100, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, take a deep look into the maven nar plugin https://github.com/duns/maven-nar-plugin Kind regards Karl Heinz Marbaise

Re: Maven - Unresolved references to [javax.activation, javax.annotation]

2012-01-28 Thread Robert Scholte
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html On Sat, 28 Jan 2012 21:58:04 +0100, rcbandit peter.pen...@gmail.com wrote: I'm developing web application with OSGI. I have a maven configuration error which I cannot find. This is the complete source code:

Re: Maven - Unresolved references to [javax.activation, javax.annotation]

2012-01-29 Thread Robert Scholte
The title of this message indicates missing some specific dependencies. The link to the page should tell you need to download them from the sun/oracle site and install them by hand (these dependencies are not available at Maven Central due to licenses) The page should also tell you which

Re: webappsource location in POM

2012-03-05 Thread Robert Scholte
Hi, Two suggestions: - remove the executions-section, since you've already configured it in the (global-)plugin configuration - don't use absolute paths. Now it is bound to your system. Either use webappDirectoryWebContentwebappDirectory or

Re: Archetypes

2012-03-07 Thread Robert Scholte
I consider archetypes as a service from Maven to get started a bit faster. From what I've seen, JBoss Forge[1] looks like a better alternative for. It claims to support incremental project enhancement. -Robert [1] https://docs.jboss.org/author/display/FORGE/Home Op Wed, 07 Mar 2012 12:15:08

Re: The perfect reporting tool?

2012-03-07 Thread Robert Scholte
Hi, As you already mentioned: although Sonar gives you the best reports, it requires a running Sonar application. I once needed the static pages and the dashboard-maven-plugin seemed to be the best solution. I wasn't happy with the implementation and the number of open issues. A long time

Re: Maven resources plugin exclude not working

2012-03-19 Thread Robert Scholte
Excludes is always a subset of includes, but since excludes matches every include nothing is filtered. Try it without the excludes-section -Robert Op Mon, 19 Mar 2012 18:38:12 +0100 schreef Al Dispennette al.dispenne...@clairmail.com: I am trying to use the resources plugin to copy files

Re: Failing to get -D command line parameter acknowledged when using mvn exec:java

2012-03-25 Thread Robert Scholte
Looks like you missed the important note on the bottom of the usage-page[1]. {quote} Note: The java goal doesn't spawn a new process. Any VM specific option that you want to pass to the executed class must be passed to the Maven VM using the MAVEN_OPTS environment variable. E.g.

[ANN] SiteSkinner Maven Plugin 1.0-beta-1 Released

2012-03-26 Thread Robert Scholte
direct invocation, so to use it run: mvn siteskinner:skin For further instructions read the usage-page:http://mojo.codehaus.org/siteskinner-maven-plugin/usage.html Enjoy, The Mojo team. Robert Scholte

Re: Missing key cacheFile, checkstyle plugin, custom check class

2012-04-13 Thread Robert Scholte
Since checkstyle-2.8 there's a second report: the checkstyle-aggregator-report[1] This causes the the duplicate loglines for the checkstyle-plugin, one for each report. My intuition would say that should always be only 1 report: the checkstyle-aggregator is for pom-packaged projects Robert

Re: Parameterizing the SCM settings...

2012-04-17 Thread Robert Scholte
You've hit https://jira.codehaus.org/browse/MRELEASE-128 It has been fixed and will be part of the next release. Robert Op Mon, 16 Apr 2012 23:31:11 +0200 schreef Jeff predato...@gmail.com: I'm trying to share the SCM settings, primarly the SCM root URL, but when I perform a release, the

Re: What good is checkModificationExcludeList for release:prepare?

2012-04-17 Thread Robert Scholte
Hi, How did you define checkModificationExcludeList? -Robert Op Tue, 17 Apr 2012 15:18:09 +0200 schreef frank.ja...@tolina.de: I'm using the release plugin for tagging and branching on CVS projects. Certain user-specific property files should not be taggeg nor branched, so I defined

[ANN] Maven Release Plugin 2.3 Released

2012-05-11 Thread Robert Scholte
The Maven team is pleased to announce the release of the Maven Release Plugin, version 2.3 This plugin is used to release a project with Maven, saving a lot of repetitive, manual work. Releasing a project is made in two steps: prepare and perform.

Re: release:perform not removing release.properties

2012-05-21 Thread Robert Scholte
Fixed, will be part of the next release. Robert Op Mon, 21 May 2012 16:01:19 +0200 schreef Mark Hobson markhob...@gmail.com: Hi Jesse, Thanks for the feedback. I've raised an issue: http://jira.codehaus.org/browse/MRELEASE-758 Cheers, Mark On 21 May 2012 13:18, Jesse Farinacci

Re: Any intention/eta for a maven-release-plugin 2.3.2?

2012-06-04 Thread Robert Scholte
Hi, I was planning a release soon, but it seems like there are still issues with the jazz-provider. I'd like to know what's going on and when possible include a fix for the 2.3.2 release. -Robert Op Mon, 04 Jun 2012 15:48:20 +0200 schreef myron0...@gmx.net: Hi list for 2.4 there are 11

Re: How can I give a for Maven properties?

2012-06-04 Thread Robert Scholte
Sounds more like a bug of the plugin. Op Mon, 04 Jun 2012 22:07:37 +0200 schreef hujirong jirong...@gmail.com: I got this error below. If I add a around these properties, Maven doesn't like it. How can I fix this? Jirong properties wid.runtimesC:/Program Files

[ANN] Maven Release Plugin 2.3.2 Released

2012-06-15 Thread Robert Scholte
The Maven team is pleased to announce the release of the Maven Release Plugin, version 2.3.2 This plugin is used to release a project with Maven, saving a lot of repetitive, manual work. Releasing a project is made in two steps: prepare and perform.

Re: exec maven goals from java fails - invalid plugin descriptor

2012-06-27 Thread Robert Scholte
I noticed you used the word 'invoke' several times, and that's where you have to look for: maven-invoker[1] maven-invoker-plugin[2] -Robert [1] http://maven.apache.org/shared/maven-invoker/ [2] http://maven.apache.org/plugins/maven-invoker-plugin/ Op Wed, 27 Jun 2012 20:20:17 +0200 schreef

Re: maven release plugin with CVS, alternative to CVSPRO for client?

2012-06-27 Thread Robert Scholte
There are 2 implementations for cvs[1]: - java version, which is the default - native version. AFAIK both implementations should work together with the maven-release-plugin. -Robert [1] http://maven.apache.org/scm/cvs.html Op Wed, 27 Jun 2012 21:24:06 +0200 schreef Tim Dugan

[ANN] Siteskinner Maven Plugin_1.0-beta-2 Released

2012-07-01 Thread Robert Scholte
and maven-site-plugin match * [MOJO-1827] - More elements of site.xml need to be merged Enjoy, The Mojo team. Robert Scholte

Re: jdk version detect error

2012-07-14 Thread Robert Scholte
If you run 'mvn -v' you should see the JDK version used by Maven. The easiest way to change this is to adjust the JAVA_HOME environment variable. -Robert Op Sat, 14 Jul 2012 06:09:24 +0200 schreef larmbr nasa4...@gmail.com: I am running the netty project. when i run mvn clean install It

Re: Writing my own mojo - how do I specify a default goal?

2012-07-21 Thread Robert Scholte
I'd start with http://www.sonatype.com/books/mvnref-book/reference/writing-plugins-sect-intro.html And have a good look at http://www.sonatype.com/books/mvnref-book/reference/writing-plugins-sect-plugins-lifecycle.html#writing-plugins-sect-override-default-lifecycle -Robert Op Sat, 21 Jul

Re: Maven release plugin, multiple svn repos?

2012-08-22 Thread Robert Scholte
I can confirm this is not possible. You could also wonder: why should these be released at once? Why not first release repo1-project, update the versions in repo2 (both maven-release-plugin and versions-maven-plugin can help here) and then release the repo2 project? Even if this kind of

Re: Maven/Nexus metadata interaction question

2012-08-25 Thread Robert Scholte
Op Fri, 24 Aug 2012 23:49:43 +0200 schreef Brian Fox bri...@infinity.nu: On Fri, Aug 24, 2012 at 5:43 PM, David Hoffer dhoff...@gmail.com wrote: I can't say the whole problem is with Nexus. I can say that the requirement in Maven3 to always use timestamped snapshots has not be addressed in a

[ANN] Cobertura Maven Plugin 2.5.2 Released

2012-09-14 Thread Robert Scholte
nothing [MCOBERTURA-150] - Aggregate parameter description doesn't contain 'Since: 2.5' [MCOBERTURA-151] - Regression comparing 2.5 and 2.5.1, NPE in CoberturaReportMojo Enjoy, The Mojo team. Robert Scholte

[ANN] Mock Repository Manager 1.0-beta-1 Released

2012-09-16 Thread Robert Scholte
] - Support content of classified files (at least xml) Improvement [MMOCKRM-6] - Upgrade to JDK5 [MMOCKRM-8] - use maven-plugin-tools' java 5 annotations Enjoy, The Mojo team. Robert Scholte

Re: What does the tag parameter for release:branch do?

2012-09-28 Thread Robert Scholte
With one of my latest commits for the maven-release-plugin I've added an extra AbstractMojo layer, which should contain all scm-related parameters. Main reason is the update-versions goal [1] It says: ... without making other modifications to the SCM such as tagging. All scm-related won't be

Re: maven-compiler-plugin woes

2012-10-04 Thread Robert Scholte
Just to give you a hint: Find out the difference between scopeprovided/scope and scoperuntime/scope And know that Eclipse can't distinguish scopes, test-scoped dependencies like junit ends on the one and only classpath of eclipse. Robert Op Thu, 04 Oct 2012 20:24:36 +0200 schreef Davis

[ANN] SiteSkinner Maven Plugin 1.0 Released

2012-10-05 Thread Robert Scholte
Improvement [MSITESKIN-6] - use maven-plugin-tools' java 5 annotations [MSITESKIN-8] - Make integration tests [MSITESKIN-10] - Clarify how you can push the original publish date Enjoy, The Mojo team. Robert Scholte

Re: can I run mvn install with no verify phase?

2012-10-06 Thread Robert Scholte
Can you reach the age of 100 without ever being 99? You must find your solution in the plugin bound to the verify-phase. A strategy could be to make add a profile with the ITs. profile idrun-its/id /profile If you want it to be executed by default, add this kind of activation:

Re: dependency:list and dependency:build-classpath produce a different version for SNAPSHOTS

2012-10-19 Thread Robert Scholte
Hi, I've done an equivalent fix for copy-dependencies last week, so I'll do the same for build-classpath. Please check https://jira.codehaus.org/browse/MDEP-384 -Robert Op Fri, 19 Oct 2012 16:20:58 +0200 schreef Davide Silvestre d...@cdrator.com: Hi, I am using version 2.5.1 of the

Re: AW: dependency:unpack doesn't work correctly with Nexus, SNAPSHOT and classifier?

2012-10-26 Thread Robert Scholte
It could be that you hit https://jira.codehaus.org/browse/MNG-5324 Robert Op Fri, 26 Oct 2012 08:53:51 +0200 schreef Lewis, Eric eric.le...@ipi.ch: Anyone? :-) -Ursprüngliche Nachricht- Von: Lewis, Eric [mailto:eric.le...@ipi.ch] Gesendet: Dienstag, 23. Oktober 2012 16:53 An:

Re: AW: dependency:unpack doesn't work correctly with Nexus, SNAPSHOT and classifier?

2012-10-26 Thread Robert Scholte
Martin, I've managed to write a test, but wasn't able to reproduce the issue. The fix from Anton translates the uniqueVersion back to the nonUnique version, so Aether is responsible for resolving it back to the right version. The real cause happened already somewhere earlier, we need to

[ANN] Maven Invoker 2.1 Released

2012-10-29 Thread Robert Scholte
The Maven team is pleased to announce the release of the Maven Invoker, version 2.1 With this component it is possible to programmatically invoke Maven. http://maven.apache.org/shared/maven-invoker/ To use the Maven Invoker, add the following dependency to your project: dependency

Re: maven release plugin: release:prepare fails (svn/ maven bug)

2012-11-07 Thread Robert Scholte
Hi Ken, the maven-release-plugin and subversion work very well together, so there should be no need to think of workarounds. I'd strongly suggest to not try to combine the exec-maven-plugin to do a release. You refer to an issue which has been fixed a long time ago, which makes me wonder:

Re: mvn release:prepare cannot git-commit the pom.xml change

2012-11-13 Thread Robert Scholte
The logging says: org.apache.maven.plugins:maven-release-plugin:2.0:prepare This means you're using a pretty old version of the maven-release-plugin. Try to lock the version on 2.3.2 first. Robert Op Tue, 13 Nov 2012 15:17:33 +0100 schreef Martin Lichtin lich...@yahoo.com: Hi As a

[ANN] Maven Invoker 2.1.1 Released

2012-11-13 Thread Robert Scholte
The Maven team is pleased to announce the release of the Maven Invoker, version 2.1.1 With this component it is possible to programmatically invoke Maven. http://maven.apache.org/shared/maven-invoker/ To use the Maven Invoker, add the following dependency to your project: dependency

[ANN] Maven Invoker Plugin 1.8 Released

2012-11-27 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Maven Invoker Plugin, version 1.8 The Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project execution is successful, and optionally can verify the output generated from a given project

Re: Match syntax?

2012-11-29 Thread Robert Scholte
These patterns were introduced with Ant. http://ant.apache.org/manual/dirtasks.html#patterns is probably the best page describing the usage. Robert Op Thu, 29 Nov 2012 18:59:41 +0100 schreef org.apache.maven.u...@io7m.com: Hello. Quite a few things in Maven take patterns as input. One

Re: Implementing a Maven plugin with alternate mojo/component implementations?

2012-12-02 Thread Robert Scholte
Here are some plugins which you should have a look at: maven-compiler-plugin ( compilerId ) maven-release-plugin ( mavenExecutorId ) Now you need to do some Plexus-stuff, since that's the DI-framework for Maven. Every task-implementation needs to have the same interface (plexus role) and a

Re: AW: Implementing a Maven plugin with alternate mojo/component implementations?

2012-12-02 Thread Robert Scholte
. Semms to be doing the jobe nicely ... is this a valid approch or would a best practice do it differently? Chris -Ursprüngliche Nachricht- Von: Robert Scholte [mailto:rfscho...@apache.org] Gesendet: Sonntag, 2. Dezember 2012 15:57 An: Maven Users List Betreff: Re: Implementing a Maven

Re: release plugin can not build site

2012-12-08 Thread Robert Scholte
Hi, which version of Maven are you using? Do you see that the repository4hibernate-shared is installed/deployed before getting this message? Robert Op Fri, 07 Dec 2012 23:32:28 +0100 schreef Vitaliy Semochkin vitaliy...@gmail.com: Hi, I have a multi-module project that has following

Re: release plugin can not build site

2012-12-09 Thread Robert Scholte
: Hello Robert, Thank you for the fast reply I'm using 3.0.4 I see that repository4hibernate-shared is deployed but I don't see it is installed. Is there any way to force release plugin to install it? On Sat, Dec 8, 2012 at 2:16 PM, Robert Scholte rfscho...@apache.org wrote: Hi, which version

Re: Release plugin ${project.version} dependencies

2012-12-13 Thread Robert Scholte
Hi, the maven-release-plugins only accepts ${project.version} for reactor-projects, i.e. projects being part of a multi-module project. The fact that your projects are separated also means that they both have their own release-cycle. As you describe, they often(!) will be the same, but if

Re: File lock problem in custom Maven Reporting Plugin

2012-12-16 Thread Robert Scholte
This is probably what you need: from org.apache.maven.reporting.MavenReport.isExternalReport() /** * An external report is a report which calls a third party program which generates some reports too. * A good example is javadoc tool. * * @return tttrue/tt if this

Re: Seeking feedback on “Recursive Maven considered harmful”

2012-12-17 Thread Robert Scholte
Last month I head the idea to only show the -rf option if you ran Maven with at least the install goal. The next step was to fix this, either with serialization of the MavenProjects or xml-file which could be picked when continuing the build with the -rf argument. Hence, why not work on that

[ANN] Maven Release Plugin 2.4 Released

2012-12-18 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Maven Release Plugin, version 2.4 This plugin is used to release a project with Maven, saving a lot of repetitive, manual work. Releasing a project is made in two steps: prepare and perform.

  1   2   3   4   5   6   >