Re: How to retrieve property from files

2008-03-26 Thread Tom Joad
Ok . I need to consider our build processing in other way ie maven way. Thanks again. 2008/3/26, Wayne Fay [EMAIL PROTECTED]: Maven is not Ant. Maven does not read from external property files and insert values into the pom at runtime. Wayne On 3/26/08, Tom Joad [EMAIL PROTECTED] wrote

Re: Is there a way to deploy project without configuring pom.xml

2008-03-20 Thread Tom Huybrechts
You can use -DaltDeploymentRepository=... http://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html On Mon, Mar 17, 2008 at 9:40 PM, Néstor Boscán [EMAIL PROTECTED] wrote: I put it inside settings.xml and I get: distributionManagement repository idrepo/id

Re: Maven ignores my archetype selection

2008-02-16 Thread Tom Cook
the first command in my post was taken. So, given that I don't need old-style commands, what do new-style commands look like? Where can I find documentation on them? Regards, Tom On Sat, Feb 16, 2008 at 6:03 PM, Brian E. Fox [EMAIL PROTECTED] wrote: Use org.apache.maven.plugins:maven

Re: Maven ignores my archetype selection

2008-02-16 Thread Tom Cook
Ah, OK, I see. So how do I tell it that I want to use the trails archetype? It's not in the list it gives me. Do I need to download the archetype manually first? Thanks for the help. Tom On Feb 17, 2008 1:35 AM, Brian E. Fox [EMAIL PROTECTED] wrote: The new ones prompt you from the command

Maven ignores my archetype selection

2008-02-15 Thread Tom Cook
/UnrecognizedOptionException.class org/apache/commons/cli/OptionBuilder.class org/apache/commons/cli/BasicParser.class What am I doing wrong??? Tom

Re: question about maven-rar-plugin

2008-02-04 Thread Tom Huybrechts
And all these other packagings are defined in maven-core too. http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core/src/main/resources/META-INF/plexus/components.xml?revision=522316view=markup On Feb 4, 2008 10:13 PM, Olivier Lamy [EMAIL PROTECTED] wrote: Hi, Have try

Re: maven-plugin-management-plugin versions?

2008-02-04 Thread Tom Davies
-- for instance the scm attributes look incorrect. Tom -- ATLASSIAN - http://www.atlassian.com Our products help over 8,500 customers in more than 95 countries to collaborate - To unsubscribe, e-mail: [EMAIL PROTECTED

maven-plugin-management-plugin versions?

2008-02-03 Thread Tom Davies
Hi, I'm using a snapshot build of this plugin to test my plugin. Is there going to be a non-snapshot release, or is this a deprecated way of testing plugins? Thanks, Tom -- ATLASSIAN - http://www.atlassian.com Our products help over 8,500 customers in more than 95 countries

Re: update/creation of maven-metadata.xml file

2008-01-29 Thread Tom Huybrechts
' and 'release' elements seem to be required, or Maven complains that it can't find the plugin at all. :( If you specify an explicit version in your POM, I would think that Maven always finds it ? Tom -- Wendy - To unsubscribe, e

Re: update/creation of maven-metadata.xml file

2008-01-29 Thread Tom Huybrechts
On Jan 29, 2008 5:52 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Jan 29, 2008 9:44 AM, Tom Huybrechts [EMAIL PROTECTED] wrote: If you specify an explicit version in your POM, I would think that Maven always finds it ? Probably, (and that's definitely a best practice,) but not everything

Re: How to trace which repository files are used in a build?

2008-01-27 Thread Tom Huybrechts
The most reliable (and least readable) way is to run with the '-X' option and look at the classpath in the configuration of the compiler or surefire plugin. Tom On Jan 27, 2008 5:30 PM, EJ Ciramella [EMAIL PROTECTED] wrote: You can try mvn site which should give SOME of this, but other

Re: update/creation of maven-metadata.xml file

2008-01-26 Thread Tom Huybrechts
-DupdateReleaseInfo=true On Jan 26, 2008 1:40 AM, nadias [EMAIL PROTECTED] wrote: How can I force the maven-metadata.xml file to be updated (or created) when deploying plugins? I have an instance where the maven-metadata.xml is not being updated or created when deploying plugins - it

Re: maven-release-plugin / release:prepare goal in batch mode with customized values

2008-01-22 Thread Tom Huybrechts
http://www.nabble.com/batch-release-of-a-set-of-projects-without-using-the-default-versioning-scheme-to11067663.html#a11067663 maybe that helps On Jan 22, 2008 2:08 PM, Julien CARSIQUE [EMAIL PROTECTED] wrote: Hello, Is there no answer for this need ? I saw a similar question in mail titled

Re: section MANIFEST

2008-01-22 Thread Tom Huybrechts
http://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html http://maven.apache.org/shared/maven-archiver/index.html#class_manifestSection On Jan 22, 2008 5:06 PM, Arthur Rodrigues Stilben [EMAIL PROTECTED] wrote: How can I insert a section in MANIFEST? Arthur Rodrigues Stilben

Re: release:prepare no javadoc generation

2008-01-20 Thread Tom Huybrechts
Turn of the release profile. If you still want sources, you'll have to add them yourself. http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html#useReleaseProfile On Jan 20, 2008 10:56 AM, Vytautas Čivilis [EMAIL PROTECTED] wrote: Hi. When using release:prepare plugin, it

Re: Strange problems with mvn release:perform when running javadoc:jar on Windows

2008-01-18 Thread Tom Huybrechts
I've had my share of javadoc problems, but not this one. Did you try to run the javadoc command itself from the commandline ? Tom On Jan 18, 2008 10:48 AM, Stephen Connolly [EMAIL PROTECTED] wrote: Anyone??? or will i just file an issue On Jan 17, 2008 8:24 AM, Stephen Connolly [EMAIL

Re: Add source folder

2008-01-07 Thread Tom Huybrechts
http://mojo.codehaus.org/build-helper-maven-plugin/usage.html On Jan 7, 2008 1:48 PM, Jan Torben Heuer [EMAIL PROTECTED] wrote: How can I add another sourcefolder? (/src/extended/java/) The setting should be recognized by maven-eclipse-plugin and the built process. Jan

Re: Add source folder

2008-01-07 Thread Tom Huybrechts
you verify that this indeed happens - and that the goal to add the source folder is run before generate-resources ? Tom There is also the problem where you have non-java sources. I am using groovy in my project, and IDEA/eclipse does not recognize that as a source folder via the pom. I

Re: Where did the maven-embedder go?

2008-01-04 Thread Tom Huybrechts
- or have it injected in a plugin field Tom Regards, Graham --

Re: Where did the maven-embedder go?

2008-01-04 Thread Tom Huybrechts
You can find snapshots here: http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/maven-embedder/2.1-SNAPSHOT/ Use the ueber jar, that includes all the dependencies. I think you can still use new DefaultArtifactRepository() with the embedder, as mentioned in the mojo developer

Re: Support of ant 1.6+ conditions

2008-01-03 Thread Tom Huybrechts
Maybe specifying a upgraded dependency/ on ant for the antrun plugin in your POM would help too ? On Jan 3, 2008 2:57 PM, EJ Ciramella [EMAIL PROTECTED] wrote: Is there a newer version of the maven-antrun-plugin? We would like to pass long a true/false property. If I have: condition

Re: an mvn setup:diagnose would be nice at times like this :)

2007-12-29 Thread Tom Huybrechts
The UnknownHostException make this look like a network issue. Can you do a ping repo1.maven.org ? Tom On Dec 29, 2007 1:26 PM, Pete Carapetyan [EMAIL PROTECTED] wrote: Long time Maven user getting the dreaded plugin does not exist or no valid version could be found on every maven call after

Re: an mvn setup:diagnose would be nice at times like this :)

2007-12-29 Thread Tom Huybrechts
Take a look at your java network settings too - maybe that has a proxy configured ? Tom On Dec 29, 2007 7:06 PM, Stuart McCulloch [EMAIL PROTECTED] wrote: On 30/12/2007, Pete Carapetyan [EMAIL PROTECTED] wrote: As you can imagine I have double, triple and quadruple checked everything I

Re: How to avoid CVS files being packaged?

2007-12-28 Thread Tom Huybrechts
This explains how to include/exclude resources: http://maven.apache.org/plugins/maven-war-plugin/examples/adding-filtering-webresources.html I thought CVS files where by default excluded in all plugins. Do you already override the includes/excludes in configuration ? Tom On Dec 28, 2007 7:11

Re: How to turn off the downloading of http://repo1.maven.org/maven2...?

2007-12-27 Thread Tom Huybrechts
http://maven.apache.org/guides/mini/guide-mirror-settings.html On Dec 27, 2007 3:33 PM, Thomas Chang [EMAIL PROTECTED] wrote: Hi all, every time if I run mvn commands such as mvn eclipse:eclipse, it will download from the mirror site http://repo1.maven.org/maven2 How can I tuern off

Re: [m2] addition resources to an ear?

2007-12-27 Thread Tom Huybrechts
just put in src/main/application ? On Dec 27, 2007 5:39 PM, Mick Knutson [EMAIL PROTECTED] wrote: Is this not possible? I really have a Oc4j requirement that I need to add an orion-application.xml into my ear. Can someone please help me add this? On Dec 26, 2007 12:47 PM, Mick Knutson

Re: Project Version

2007-12-27 Thread Tom Huybrechts
Try ${plugin.version}. Not sure if it works, but it doesn't hurt to try. On Dec 27, 2007 10:06 PM, Kallin Nagelberg [EMAIL PROTECTED] wrote: I believe what is happening here has to do with my plugin haviing the '@requiresProject false' attribute set. On Dec 27, 2007 4:01 PM, Kallin Nagelberg

Re: M2 Repo for Apache Sandbox stuff?

2007-12-27 Thread Tom Huybrechts
http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html On Dec 27, 2007 9:35 PM, Manos Batsis [EMAIL PROTECTED] wrote: Is there a repository for sandbox artifacts publicly available? I'm trying to play a bit with some sandbox stuff like the maven-linkcheck-plugin

Re: distributing files / set of files to remove server (maven wagon plugin ???)

2007-12-26 Thread Tom Huybrechts
If you need to deploy to application servers, take a look at Cargo. http://cargo.codehaus.org/ On Dec 26, 2007 9:56 PM, Jerome Lacoste [EMAIL PROTECTED] wrote: Hei, anyone knows if there's an easy and generic way to distribute a file or a set of files to a remote server ? Basically, I am

Re: How to mvn deploy artifacts with packagingatlassian-plugin/packaging

2007-12-25 Thread Tom Huybrechts
On Dec 25, 2007 1:06 AM, Dan Hardiker [EMAIL PROTECTED] wrote: Tom Huybrechts wrote: I'm assuming you have the source, and want to build and deploy it (opposed to having a binary and wanting do to a deploy-file). Correct, I am trying to deploy my atlassian-plugin (essentially just

Re: Deployment in M2

2007-12-23 Thread Tom Huybrechts
It's a bit of hack, but you could set altDeploymentRepositorydulmmy::default::file://c:/temp/repo/altDeploymentRepository in the POMs of those projects. See http://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#altDeploymentRepository Tom On Dec 23, 2007 9:08 AM, Morgovsky

Re: How to mvn deploy artifacts with packagingatlassian-plugin/packaging

2007-12-23 Thread Tom Huybrechts
, ... Tom On Dec 23, 2007 3:34 PM, Dan Hardiker [EMAIL PROTECTED] wrote: Hi, I have some artifacts which have packagingjar/packaging and some which have packagingatlassian-plugin/packaging, and I want to use mvn deploy to put them into my subversion-backed repository (I am using wagon-svn

Re: extends plugins

2007-12-23 Thread Tom Huybrechts
I usually just copy the source for the plugins I'm extending. They often are only wrappers around some reusable plexus component. Tom On Dec 21, 2007 11:03 AM, Benoit Decherf [EMAIL PROTECTED] wrote: Hi, I'm working on the migration of some projects from ant to maven. for some of the work

Re: 2.1 download possible?

2007-12-20 Thread Tom Huybrechts
Does this help you: http://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-using-different-jdk.html ? On Dec 20, 2007 7:50 PM, Andrew Robinson [EMAIL PROTECTED] wrote: I cannot use maven 2.0.8 due to blocker issue http://jira.codehaus.org/browse/MNG-2258. I am running on JDK

Accessing one plugin property from another plugin?

2007-12-02 Thread Tom Davies
the best way of resolving properties in the config string? Thanks for any advice, Tom Plugin surefirePlugin = (Plugin) project .getBuild().getPluginsAsMap().get(org.apache.maven.plugins:maven- surefire-plugin); if (surefirePlugin == null

Re: Version moving up fast

2007-11-26 Thread Tom Huybrechts
that only works for plugins, not for compile dependencies... I have the same problem, but I do my versioning slightly different. When I release my 1.0.0-SNAPSHOT, I'll make the release version 1.0.0.v20071126, and keep the development version at 1.0.0-SNAPSHOT... Tom On Nov 26, 2007 5:32 PM, EJ

Re: Getting access to the versions in a POM

2007-11-15 Thread Tom Huybrechts
The mojo developer cookbook has part of this info. Feel free to add more... http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook Tom On Nov 14, 2007 5:11 PM, Mark Russell [EMAIL PROTECTED] wrote: Wayne: Thanks That should get me started. I'll do some searching and then post

Re: Guest security in 1.1-beta-3

2007-10-15 Thread Tom Schneider
was it doesn't pick up email notifiers from the pom for build notification. Thanks for your assistance, Tom Emmanuel Venisse wrote: Look at this file (http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-security/src/main/resources/META-INF/redback/redback.xml), it defines all roles

Guest security in 1.1-beta-3

2007-10-09 Thread Tom Schneider
I'd like to configure the guest account in Continuum 1.1-beta-3 to work like it did in 1.0.3. The guest account should only be able to see the projects and kick off a build manually, but not add a project or do any other administrative tasks. (Essentially the guest behavior in 1.0.3) Is there a

Re: Guest security in 1.1-beta-3

2007-10-09 Thread Tom Schneider
Could this be split out, or is it too late for 1.1 series? I'd be willing to create a patch if I can figure it out. This is a critical enough issue for us that I'm considering taking another look at hudson. Tom Emmanuel Venisse wrote: Tom Schneider a écrit : I'd like to configure

Re: Packaging type zip??

2007-10-09 Thread Tom Huybrechts
On 10/8/07, Yan Huang [EMAIL PROTECTED] wrote: Hello, I have these requirements to package a module: - it's group ID is different from what I have at the top level - no compilation or test is required - it just needs to be packaged in zip format - it needs to be deployed to a

Re: Maven2 - ESB packaging - Clover2 problem

2007-09-28 Thread Tom Davies
://developer.atlassian.com/jira/browse/CLMVN-1 Regards, Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] Maven Clover 2 Plugin 3.0-beta-4 Released

2007-09-24 Thread Tom Davies
On 24/09/2007, at 9:47 PM, Vincent Massol wrote: Hi Tom, Congrats for this first release under the Atlassian umbrella! Where can we see what's different from the last version of the Clover plugin located at Apache? I tried checking http://developer.atlassian.com/jira/browse/CLMVN

[ANN] Maven Clover 2 Plugin 3.0-beta-4 Released

2007-09-23 Thread Tom Davies
the plugin is only available from Atlassian's repository. Please see http://confluence.atlassian.com/x/K4CDBQ for information on usage, bug reporting and source code location. Thanks, Tom Davies - To unsubscribe, e-mail

RE: Continuum doesnot provide continous integration !!

2007-09-05 Thread Cort, Tom
on the website, so this solution may not work. -Tom | -Original Message- | From: David Roussel [mailto:[EMAIL PROTECTED] | Sent: Wednesday, September 05, 2007 1:16 PM | To: continuum-users@maven.apache.org | Subject: Re: Continuum doesnot provide continous integration !! | | Ibrahim

RE: Example of setting up a maven 2 J2ee project

2007-09-04 Thread Cort, Tom
http://maven.apache.org/plugins/maven-archetype-plugin/examples/j2ee-sim ple.html | -Original Message- | From: Eric Wood [mailto:[EMAIL PROTECTED] | Sent: Tuesday, September 04, 2007 11:22 AM | To: users@maven.apache.org | Subject: Example of setting up a maven 2 J2ee project | | Folks:

alternative release plugin

2007-08-31 Thread Tom Huybrechts
. If there is enough interest, I will add it to the mojo subversion repo. Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] Maven HAR SAR Plugins Archetypes 0.9 Released

2007-08-29 Thread Cort, Tom
-sar.sf.net/ This plugin generates JBoss Service Archive (SAR) files. Documentation for maven-archetype-har and maven-archetype-sar can be found at the following URLs: http://maven-har.sf.net/examples/using-maven-archetype-har.html http://maven-sar.sf.net/examples/using-maven-archetype-sar.html -- Tom

RE: [ANN] Maven HAR SAR Plugins Archetypes 0.9 Released

2007-08-29 Thread Cort, Tom
Could you add their information to this page: http://docs.codehaus.org/display/MAVENUSER/Archetypes+List Done. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Community review of the next commons-logging pom

2007-08-28 Thread Tom Huybrechts
with this plugin, is select which packages end up in your jar. Looking at the current POM, that might be useful. On 8/27/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi Tom I've heard the term OSGi from time to time, but have never took the time to learn more about it. Do you know of a good place where I

Re: Community review of the next commons-logging pom

2007-08-27 Thread Tom Huybrechts
Is there any chance that OSGi headers could be added ? On 8/27/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi all The poms for commons logging has taken some beating on this list over the years. The reason for that has been the dependencies section. Previous poms of commons-logging was

Macros for extracting information from pom.xml?

2007-08-22 Thread Cort, Tom
I'd check if there was another way to do it before I started coding. -- Tom Cort Systems Developer Vermont Department of Taxes smime.p7s Description: S/MIME cryptographic signature

Re: webdav

2007-08-20 Thread Tom Huybrechts
I guess that isn't possible for deploy:deploy-file ? On 8/20/07, Eric Redmond [EMAIL PROTECTED] wrote: You have to add an extension block in your POM to use webdav. http://maven.apache.org/guides/mini/guide-using-extensions.html -- Eric Redmond http://blog.propellors.net On 8/20/07,

Re: Can't compile

2007-08-16 Thread Tom Huybrechts
doing, better use 'mvn compile... Tom Wayne On 8/16/07, Mathias P.W Nilsson [EMAIL PROTECTED] wrote: Ok this is very strange. I can't use mvn compile. I've tried it all. Delete all files in respository and try again. I then tried the mvn -e compile:compile and got the following error

RE: Remote respository

2007-08-15 Thread Cort, Tom
project [...] repositories repository idvt-repo/id nameVermont Repository/name urlhttp://gateway-demo.osuosl.org/maven/url releases enabledtrue/enabled /releases /repository /repositories [...] /project -- Tom Cort Systems Developer Vermont

Packaging .har files for JBoss

2007-08-15 Thread Cort, Tom
automagically and I haven't been able to find much with Google. Thanks! -- Tom Cort Systems Developer Vermont Department of Taxes [1] gateway http://gateway.sf.net [2] Hibernate Archive http://docs.jboss.org/jbossas/jboss4guide/r3/html/ch13.html http://www.ubookcase.com/book/Sams/JBoss.4.0

Re: [m2] release process - maven-release-plugin usage

2007-07-30 Thread Tom Huybrechts
You can use the release plugin on a multi-module project, and it will it walk the module graph for you. You can also run release:prepare with -B (batch mode) so that all defaults will be used automatically. On 7/30/07, James Abley [EMAIL PROTECTED] wrote: Hi, We currently have the following

Re: Re: google-testar with Maven

2007-07-22 Thread Tom Huybrechts
It would be even more interesting if they actually had source code. On 7/22/07, Martin Villalobos [EMAIL PROTECTED] wrote: Hi Dmitry, take you a look about http://code.google.com/p/google-testar/. It Sound very interesting, but if I could integrate it with Maven, it could be much better.

Re: Re: google-testar with Maven

2007-07-22 Thread Tom Huybrechts
There they are... I was looking at the google-code downloads and svn. On 7/22/07, Wayne Fay [EMAIL PROTECTED] wrote: Unless I'm confused, both the binaries and source code are available: http://sourceforge.net/project/showfiles.php?group_id=175837package_id=201991 Wayne On 7/22/07, Tom

Re: Inteference between multiple plugins with extensions

2007-06-12 Thread Tom Huybrechts
, and that fixes it for me. If you have the same packaging name mapped several times, you might need to give it different names. Tom On 6/12/07, Peter Nilsson [EMAIL PROTECTED] wrote: Hi, We are using Maven 2.0.6 to build both Java, C++ and C#. C++ is built with the help of maven-native-plugin and C

Re: maven-eclipse-plugin and PDE: do dependencies work?

2007-06-11 Thread Tom Huybrechts
On 6/11/07, Graham Leggett [EMAIL PROTECTED] wrote: On Mon, June 11, 2007 5:45 pm, Adrian Herscu wrote: I have a similar problem... Added a dependency to my PDE project run mvn eclipse:clean eclipse:eclipse and only the .project file is generated (without those linkedResources!). The

batch release of a set of projects without using the default versioning scheme

2007-06-11 Thread Tom Huybrechts
specify a version per project in the release.properties file and skip the autoVersionSubModules. Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven release plugin question

2007-06-11 Thread Tom Huybrechts
just add the plugin with the version you want to the plugin management section of your pom On 6/11/07, srinivas ramgopal [EMAIL PROTECTED] wrote: Hi all, Current latest version of maven release plugin from ibiblio has errors. As a workaround, I want to force maven to use the older(the

Re: [m2] where to put gen-src so it will get compiles and packaged...???

2007-06-08 Thread Tom Huybrechts
Or use the build-helper plugin http://mojo.codehaus.org/build-helper-maven-plugin/howto.html On 6/8/07, Wayne Fay [EMAIL PROTECTED] wrote: You should make a real plugin. Its really simple. Then you can use the add source root bit. Wayne On 6/8/07, Mick Knutson [EMAIL PROTECTED] wrote: But

Re: release and deploy plugins

2007-06-03 Thread Tom Huybrechts
release:prepare will update the old snapshot version to the release version, make a tag and then update the release version to the new snapshot version. release:perform checks out the tag under the target/checkout directory and does a deploy from there. On 6/3/07, Nathan Coast [EMAIL PROTECTED]

best practices: the location of configuration files vs resources

2007-05-31 Thread Tom Lambrechts
it is explained. Regards, Tom

Re: JUnit4 test cases using @Before, @After fail test?

2007-05-23 Thread Tom Huybrechts
would you mind sharing some more information ? POMs, exceptions, test source, -X output ? As a general remark: make sure you have the latest surefire plugin... Tom On 5/23/07, Alexander Sack [EMAIL PROTECTED] wrote: Hey folks, is this a known issue that if I use @Before it will fail my test

Re: Eclipse RCP/PDE building and Maven

2007-05-16 Thread Tom Huybrechts
refer to a fixed artifacts. That said, this is a cool feature if you just need ease of use and quick configuration. You wouldn't even need to specify POM dependencies any more, just a link to an eclipse install where your dependencies should come from... Tom One of the things to change

addClasspath does not add the classpath to Manifest

2007-05-11 Thread Tom Lambrechts
When enabling addClasspath the manifest does not contain classpath. Neither for runtime or compile scope: Main class and other parameters do work. Manifest: - Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: TOLA Build-Jdk: 1.5.0_07 POM:

Re: [IMPORTANT] Maven 2 Plugin Auto-Versioning Considered Dangerous

2007-04-11 Thread Tom Huybrechts
Don't forget you use a lot more plugins than you think. Who specifies versions for resources; compiler, surefire, install, deploy, clean, ... ? Maybe we need a plugin that can rewrite your POMs to specify versions for all the plugins that are used ? Tom On 4/11/07, Carlos Sanchez [EMAIL

Re: [IMPORTANT] Maven 2 Plugin Auto-Versioning Considered Dangerous

2007-04-11 Thread Tom Huybrechts
-plugin add versions for all plugins, so you would at least have reproduciblity for releases. There must be a JIRA for this already, but I couldn't find it. Tom On 4/11/07, John Casey [EMAIL PROTECTED] wrote: I think that sort of plugin would be a great idea. For the plugins in the standard packaging

Re: Eclipse RCP/PDE building and Maven

2007-03-28 Thread Tom Huybrechts
it's almost undocumented, and there are bugs, but this works for me: https://svn.codehaus.org/m2eclipse/tycho/trunk/ Tom On 3/28/07, Barrie Treloar [EMAIL PROTECTED] wrote: I was trawling through the archives to see if there was a better way of building Eclipse RCP plugins via Maven

Re: Passing args to release:prepare

2007-03-26 Thread Tom Huybrechts
Like I said, it's a very simple patch. I use it because I want to release a big multi-module project with the same (non-default) version for all modules. tom On 3/26/07, Jorg Heymans [EMAIL PROTECTED] wrote: I haven't tried this patch, but it looks like you're setting the information once

Re: Passing args to release:prepare

2007-03-25 Thread Tom Huybrechts
I have a very simple patch for the release-manager from trunk. It let's you specify defaults for the release version and the new version. Combined with -B you can completely automate your release. These are the properties you need to set: -Dmaven.release.version=the release version

Re: Maven2 and JUnit4

2007-03-20 Thread Tom Huybrechts
Are you sure you are using the latest surefire ? Can you run with -X ? Tom On 3/20/07, Marcos Silva Pereira [EMAIL PROTECTED] wrote: Ok, I now that this is a so much frequent question, but I can't find a neat thread about this issue. I already have take a look at surefire plugin doc and JIRA

Re: What is the simplest way to populate a remote depot?

2007-03-03 Thread Tom Huybrechts
Read That Fine Manual : http://maven.apache.org/plugins/maven-deploy-plugin/file-deployment.html On 3/3/07, Christian Goetze [EMAIL PROTECTED] wrote: I have some third party jars and want to place them in our common remote repo. I've been placing them there, writing their pom file and doing the

Re: I just don't understand

2007-02-21 Thread Tom Huybrechts
http://maven.apache.org/plugins/maven-clean-plugin/examples/delete_additional_files.html I don't see why this wouldn't work for absolute paths. On 2/21/07, EJ Ciramella [EMAIL PROTECTED] wrote: If no one has a fix for this, how does one delete a directory created outside of the working

Re: Getting JAR for current plugin

2007-02-18 Thread Tom Huybrechts
IIRC, getClass().getProtectionDomain().getCodeSource().getLocation() will return the URL off the jar containing the current class. Maybe that helps ? Tom On 2/18/07, Howard Lewis Ship [EMAIL PROTECTED] wrote: I'm using javadoc to scrape a set of classes and annotations to form an XML file

Re: Best way to extend install plugin?

2007-02-18 Thread Tom Huybrechts
mind sharing it :) ? Tom On 2/17/07, Tim Moloney [EMAIL PROTECTED] wrote: Wendy Smoak wrote: On 2/17/07, Tim Moloney [EMAIL PROTECTED] wrote: I'd like to add a little extra functionality to the maven-install-plugin (create/update an xml file based on the jar being installed). Does your

Re: Download Sources

2007-02-15 Thread Tom Huybrechts
http://maven.apache.org/plugins/maven-dependency-plugin/sources-mojo.html On 2/15/07, gc134728 [EMAIL PROTECTED] wrote: I know but it's not all project that are set to interproject dependencies which causes a problem. It's also the mapping of generated foldes as source folder in eclipse. I'm

Re: JUnit 4.1 Surefire - Does Not Execute @Before @After methods

2007-02-14 Thread Tom Huybrechts
Make sure you are using a recent surefire snapshot. Out of the box Maven currently has no support for junit4. On 2/14/07, Subhash Chandran [EMAIL PROTECTED] wrote: I am using mvn 2.0.4. I have JUnit 4.1 test cases in my project. The methods I have marked with @After and @Before annotations do

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Tom Huybrechts
what is the packaging for your project ? On 2/8/07, Jo Vandermeeren [EMAIL PROTECTED] wrote: Hi again.. Forgot to include the plugin snippet of the pom.. Maven version is 2.0.4.. Cheers Jo plugin groupIdorg.codehaus.mojo/groupId

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Tom Huybrechts
... Tom On 2/8/07, Jo Vandermeeren [EMAIL PROTECTED] wrote: It has ear packaging.. On 2/8/07, Tom Huybrechts [EMAIL PROTECTED] wrote: what is the packaging for your project ? On 2/8/07, Jo Vandermeeren [EMAIL PROTECTED] wrote: Hi again.. Forgot to include the plugin snippet of the pom

Re: build-helper-maven-plugin: collecting ant build result

2007-02-08 Thread Tom Huybrechts
The name of the output file is ${project.build.directory}/${project.build.finalName}.ear or something similar On 2/8/07, Jo Vandermeeren [EMAIL PROTECTED] wrote: Hi Tom, Smart thinking.. I could change the output directory.. Would that just be the target/ folder then? Is there a maven property

Re: Dynamic dependencies

2007-01-31 Thread Tom Huybrechts
you can just add a dependency/ element to the plugin's configuration to override the original dependency On 1/31/07, Jochen Wiedmann [EMAIL PROTECTED] wrote: Hi, I have a plugin (maven-jaxme-plugin), which currently has a static dependency on jaxme-0.5.2.jar. From time to time I add a bugfix

Re: Surefire, Cargo and Integration Tests

2007-01-25 Thread Tom Huybrechts
See http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing On 1/25/07, takai [EMAIL PROTECTED] wrote: Hi, i have problems integrating Cargo Deployment and Surefire Tests. I've bound cargo:start to pre-integration-test, surefire:test to integration-tests and finally

Re: rebuild all dependent modules of the same project

2007-01-22 Thread Tom Huybrechts
It isn't possible. The only thing you can do is build toplevel - Maven will skip certain steps (like compile) if your projects haven't changed. Tom On 1/22/07, Sebastian Breit [EMAIL PROTECTED] wrote: Hi, this directory structure: main project (pom) module jar module webapp The webapp

Re: Inheriting profiles

2007-01-19 Thread Tom Huybrechts
there was a thread about this last week (Jan 10 - Profile inheritance) On 1/18/07, Geoffrey De Smet [EMAIL PROTECTED] wrote: Is there any way to inherit profiles - more specifically their activation? In a multiproject I have a parent pom that has 2 profiles: development and production.

Re: Shared Repository Access Problem

2007-01-18 Thread Tom Huybrechts
specify your own repository as a mirror for central http://maven.apache.org/guides/mini/guide-mirror-settings.html On 1/18/07, Alauddin [EMAIL PROTECTED] wrote: Hi, I setup and deployed the repository folder to the apache server. It works fine. I got them from browser. I setup my

Re: Your First Plugin Tutorial error ???

2007-01-17 Thread Tom Huybrechts
On 1/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I'm want to write my own plugin to build my company's project. Now I'm following the Your First Plugin Totorial on http://maven.apache.org/guides/plugin/guide-java-plugin-development.html . I've installed the hello-maven-plugin in

Re: release:prepare

2007-01-16 Thread Tom Huybrechts
during release:prepare the release plugin will need to change the versions in the pom and make commits. You can't do that if you do not have the latest versions of your poms, right ? An alternative would be to create a branch based on a revision, and release from there. Tom On 1/16/07, alexsil

Re: release:prepare

2007-01-16 Thread Tom Huybrechts
you have to decide what you need: - if you really are releasing a historical version, you probably don't want the modified poms in trunk - if you do want them, you should merge branch to trunk On 1/16/07, alexsil [EMAIL PROTECTED] wrote: Sorry Tom, but if I use a Branch instead of Trunk maven

Re: SCM URL for the maven-surefire-plugin

2007-01-16 Thread Tom Huybrechts
These patches in MSUREFIRE-31 have already been applied to trunk. http://svn.apache.org/viewvc/maven/surefire/trunk/ On 1/16/07, Lasse Koskela [EMAIL PROTECTED] wrote: Hi, I'm in the process of figuring out whether I can get one of the surefire-and-junit4 patches working and found out that a

Re: release:prepare

2007-01-16 Thread Tom Huybrechts
TEST several commits are done on Trunk from developers. Bye Alex. Tom Huybrechts wrote: you have to decide what you need: - if you really are releasing a historical version, you probably don't want the modified poms in trunk - if you do want them, you should merge branch to trunk On 1/16/07

Re: Inheriting plugin executing

2007-01-15 Thread Tom Huybrechts
Add inheritedfalse/inherited to the plugin/ element. On 1/15/07, Saminda Abeyruwan [EMAIL PROTECTED] wrote: Hi All, Say my parent pom.xml has a pluging to execute some goal on the initialization phase. If this pom is the parent of app1 pom.xml and app2 pom.xml ie pom.xml - app1

Re: Snapshot plugin repository - where is it now...

2007-01-15 Thread Tom Huybrechts
http://snapshots.repository.codehaus.org/ http://repository.codehaus.org/ See links at the top of http://mojo.codehaus.org On 1/15/07, Darren Hartford [EMAIL PROTECTED] wrote: Trying to maintain consistency with an evolving platform Trying to download the maven-ejb-plugin-2.1-SNAPSHOT

Re: Can you compile test cases without running them

2007-01-15 Thread Tom Huybrechts
-Dmaven.test.skip.exec in the surefire snapshot version On 1/15/07, jp4 [EMAIL PROTECTED] wrote: I would like to be able to compile my test cases without actually running them. I use maven.test.skip=true but that seems to prevent not only the test execution but the test compilation. Is there

Re: Problems with maven-ear-plugin version 2.3

2007-01-11 Thread Tom Huybrechts
I had the same problem today Let me quote somebody: you can still make it work if you explicitely set the resources directory configurationresourcesDir${project.build.outputDirectory}/resourcesDir /configuration tom On 1/11/07, Tobias Jenkner [EMAIL PROTECTED] wrote: Hello, when I

Re: Problems with maven-ear-plugin version 2.3

2007-01-11 Thread Tom Huybrechts
is convention over configuration, isn't it? or is it deprecated to use resources in this place? where should I place them instead? thanks for your help, Tobias. Tom Huybrechts schrieb: I had the same problem today Let me quote somebody: you can still make it work if you explicitely set

Re: Proposal: maven-asf-plugin

2007-01-11 Thread Tom Huybrechts
file with the current LICENSE.txt or NOTICE.txt. A plugin can. In other words, my proposal would enable to use the maven-asf-plugin in the asf parent POM. isn't that what the remote-resources plugin is for ? Tom - Verify that all source files are carrying the ASL headers (using RAT

<    1   2   3   4   5   >