A simple maven plugin for glassfish

2008-04-05 Thread Paul Merlin
Hi all, I just released the 0.1 of asadmin-maven-plugin. It's a simple plugin that wrap the glassfish asadmin command. There's startup instruction and documentation there : http://code.google.com/p/asadmin-maven-plugin/ I'm using it daily on *nixes, never tried it on windows but it should work.

scm:checkout with tag

2008-04-05 Thread Stefano Fornari
Hi All, is there any reason why scm:checkout does not use the tag in the pom scm section which is added during release:prepare. It would be so useful to check out the project given the pom without specifying scmVersion and scmVersionType. Maybe this was discussed already on the list, but I could

Calling an M2 execution as a goal

2008-04-05 Thread thuss2
I have the sql-maven-plugin configured and working but one of the executions in there should not run unless explicitly called, namely the one that drops and recreates the databases. My question is, how do I call that execution from the command line, or even better, how do I assign a goal name to i

RE: jar does not attach to reactor?

2008-04-05 Thread Robert Reiner
Hi Brian, sorry that I forgot the dependency. It is declared in the variations-parent POM: de.smartics.timesheet timesheet-ejb-core ${depVersion.timesheet-ejb-core} tests test 0.1.0-SNAPSHOT since I require the non-classifier form, too, this dependency is also included (but should

RE: jar does not attach to reactor?

2008-04-05 Thread Brian E. Fox
What you have looks fairly correct. I don't see your dependency section but I'm assuming you declared a dependency with classifier tests? (like shown here: http://maven.apache.org/guides/mini/guide-attached-tests.html). If so, then you may be seeing these issues: (which may actually be a core issue

Re: [ANN] Maven Eclipse Plugin 2.5.1 Released

2008-04-05 Thread Zemian Deng
Hi eclipse plugin users, I have couple feedback to the plugin. I used mvn eclipse:m2eclipse -Dwptversion=1.5 for all my webapp dev. Is there any update for wptversion that I should be aware of? The old one works fine, but using number 1.5 always make it seems it's outdated. Can it be set something

RE: jar does not attach to reactor?

2008-04-05 Thread Robert Reiner
Hi Brian, what I am trying to accomplish (and what actually works) is this: I have a module that implements the persistency layer with JPA. This module provides (currently) all implementation and tests against an in-memory database with a specific JPA implementation (this is the core module). Now

RE: jar does not attach to reactor?

2008-04-05 Thread Brian E. Fox
So are you using the jar plugin to make another jar artifact and attaching it with the buildhelper? I'm not completely clear what you're trying to do. Maybe post the pom that is creating the artifact? -Original Message- From: Robert Reiner [mailto:[EMAIL PROTECTED] Sent: Saturday, April 0

RE: jar does not attach to reactor?

2008-04-05 Thread Robert Reiner
Hello Brian, thank you for your reply! I think I did not make my problem clear... I already follow your hint by using 'unpack-dependencies', so my question is basically how to get artifacts in the reactor, not out of it. But your answer confirms me that I am correctly accessing artifacts from th

[ANN] Maven Eclipse Plugin 2.5.1 Released

2008-04-05 Thread Arnaud HERITIER
The Maven team is pleased to announce the release of the Maven Eclipse Plugin, version 2.5.1 This plugin is used to generate Eclipse IDE files (*.classpath, *.wtpmodules and the .settings folder) for use with a project. http://maven.apache.org/plugins/maven-eclipse-plugin/ You can run mvn -up to