Re: release plugin versus dependency plugin

2010-12-23 Thread Mark Struberg
Hi Benson! Please check the preparationGoals property in the release plugin [1] Maybe you Please try with something like -DpreparationGoals="clean install" LieGrue, strub [1] http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html#preparationGoals --- On Thu, 12/23/10, Benson

release plugin versus dependency plugin

2010-12-23 Thread Benson Margulies
Under a single aggregate project, I have two projects. Project 1 builds an extra artifact with a classifier. Project 2 uses dependency:unpack to unpack it for inclusion in a, yes, larger artifact. All's well until I try to run the release:prepare goal, at which point, the first artifact is missi

Re: Problem with classpath for tests

2010-12-23 Thread Asmann, Roland
The problem here is that Hibernate doesn't scan my EntityBeans/doesn't find any annotations on them. This in turn means that my DB isn't initialized and my tests can't run! Isn't there anybody out there that has had this problem after the classpath-change? On 20.12.2010 14:49, Asmann, Roland

Re: Build Numbering and Labelling

2010-12-23 Thread Eric Fetzer
I'll hit the continuum list, thanks! On Dec 22, 2010, at 2:53 PM, "Yanko, Curtis" wrote: > We use our build management system for these items. We read a version number > out of the POM to create a fully qualified version in the BMS and then pass > that back into Maven for inclusion in manife

Support for the current jetty-maven-plugin

2010-12-23 Thread Nathan Wilhelmi
Hi - Anyone know where to find support lists for the jetty plugin? Thanks! - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

maven-war-plugin overlay versus just plain using the dependency plugin

2010-12-23 Thread Benson Margulies
I confess that I've got myself somewhat turned around about the war plugin and overlays versus unpacked wars. I have some tests that run against the the 'unpacked' war, so I need the things that would come through overlay to be there. The overlay things are NOT wars at all, they are just miscellan

Re: metadata.versioning.release entry in maven-metadata.xml file is not updated by Maven 3

2010-12-23 Thread Marcin Kuthan
Thanks Benjamin. I will keep the artifacts in the repository for reference. Marcin On 23 December 2010 13:22, Benjamin Bentmann wrote: > Marcin Kuthan wrote: > >> After 1.1 deployment latest release version has not been updated: >> >> http://code.google.com/p/m4enterprise/source/browse/release-r

Re: metadata.versioning.release entry in maven-metadata.xml file is not updated by Maven 3

2010-12-23 Thread Benjamin Bentmann
Marcin Kuthan wrote: After 1.1 deployment latest release version has not been updated: http://code.google.com/p/m4enterprise/source/browse/release-repository/com/googlecode/m4enterprise/test1/maven-metadata.xml?r=806 Good catch, filled as http://jira.codehaus.org/browse/MNG-4952. Benjamin -

Re: metadata.versioning.release entry in maven-metadata.xml file is not updated by Maven 3

2010-12-23 Thread Marcin Kuthan
Thanks for the link to the metadata reference. I just checked again for released versions. First I cleaned up local repository and remote repositories as well. After 1.0 deployment latest release version has been updated: http://code.google.com/p/m4enterprise/source/browse/release-repository/com/

Re: metadata.versioning.release entry in maven-metadata.xml file is not updated by Maven 3

2010-12-23 Thread Benjamin Bentmann
Marcin Kuthan wrote: http://code.google.com/p/m4enterprise/source/browse/snapshot-repository/com/googlecode/m4enterprise/test1/maven-metadata.xml?r=770 The last revision 770 is a result of deploying 1.3-SNAPSHOT by Maven 2 Only in the last case, when Maven 2 was used for deployment, element "me

modifying properties while creating files in archetype

2010-12-23 Thread Dirk Olmes
Hi, while creating an archetype, file names can be substituted by putting filenames like __myProperty__Foo.java. This works like a charm but I'd like to have more control over the properties that are available. Ideally, I'd like to add more properties programatically while the archetype is running

Re: maven sql plugin and clobs

2010-12-23 Thread Mark Struberg
How did you generate/create the clob script? I'm using clobs in mysql migrationdata imports and they work fine. I'm using mysqldump to create the sql file which correctly escapes those values. I assume you have Oracle 11? (up 2 Oracle 10 it was imo only able to export to their own bin format)