Re: AW: AW: AW: build multi-projects with eclipse

2010-06-02 Thread Wayne Fay
> Does this mean I have to run install each time I make change > to make it work? Is it possible make changes work without > any operation when the webapp is running for debug? These questions about m2eclipse are more appropriate on the m2eclipse mailing list... http://m2eclipse.sonatype.org/proj

Re: AW: AW: AW: build multi-projects with eclipse

2010-06-02 Thread sean xiong
On Jun 3, 2010, at 3:08 AM, Ron Wheeler wrote: > On 02/06/2010 10:35 AM, Lewis, Eric wrote: >> Hmmm... I have never used the Spring Tool Suite, sorry... >> > It is just Eclipse with all the plug-ins already included. > >> m2eclipse creates dynamic dependencies between Eclipse projects. When

Re: AW: AW: AW: build multi-projects with eclipse

2010-06-02 Thread Ron Wheeler
On 02/06/2010 10:35 AM, Lewis, Eric wrote: Hmmm... I have never used the Spring Tool Suite, sorry... It is just Eclipse with all the plug-ins already included. m2eclipse creates dynamic dependencies between Eclipse projects. When you open one, all open projects which depend on it now depe

RE: Spring3 WS Archetype

2010-06-02 Thread Changkowski
Yes i installed this plugin to eclipse. mgainty wrote: > > > did you install m2eclipse plugin? > > > > http://m2eclipse.sonatype.org/installing-m2eclipse.html > > > > ? > Martin Gainty > __ > Verzicht und Vertraulichkeitanmerkung/Note de dé

RE: Spring3 WS Archetype

2010-06-02 Thread Martin Gainty
did you install m2eclipse plugin? http://m2eclipse.sonatype.org/installing-m2eclipse.html ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorg

Re: Spring3 WS Archetype

2010-06-02 Thread Changkowski
Thanks shansyed I still have the STS plugin and the m2eclipse plugin integrated in eclipse, but when I just create a new Spring project I have not the directory structure and the xml files i need for a spring 3 ws. When i have the right archetype file i can use it in eclipse with creating a new

Re: Spring3 WS Archetype

2010-06-02 Thread Shan Syed
you could use STS http://www.springsource.com/products/sts to create the WS projects with Spring 3 with proper maven POMs On Wed, Jun 2, 2010 at 11:53 AM, Changkowski wrote: > > Hello > > I'm new to Maven and I have to build several spring webservices with spring > 3. > When I write > > mvn arch

Multi Module Archetypes

2010-06-02 Thread chris
Hi, Is it possible to create an Archetype which will create a full multi module project rather than creating each module individually? I would like to generate the following in one go to reduce complexity. --parent warproject --src --pom.xml ejbproject --src --pom.xml ---

Re: Multi Module Archetypes

2010-06-02 Thread Shan Syed
I think Apache Cocoon and MyFaces have archetypes that do this, you could reference their code otherwise, try executing "archetype:create-from-project" at the root and see what happens? On Wed, Jun 2, 2010 at 11:47 AM, wrote: > Hi, > > Is it possible to create an Archetype which will create a f

Spring3 WS Archetype

2010-06-02 Thread Changkowski
Hello I'm new to Maven and I have to build several spring webservices with spring 3. When I write mvn archetype:generate to the commandline i can choose at position 245 245: remote -> spring-ws-archetype (Spring Web Services Maven2 Archetype.) but the following selection is limited to Sprin

Multi Module Archetypes

2010-06-02 Thread chris
Hi, Is it possible to create an Archetype which will create a full multi module project rather than creating each module individually? I would like to generate the following in one go to reduce complexity. --parent warproject --src --pom.xml ejbproject --src --pom.xml ---

Hello

2010-06-02 Thread Changkowski
-- View this message in context: http://old.nabble.com/Hello-tp28756365p28756365.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Hello

2010-06-02 Thread Changkowski
-- View this message in context: http://old.nabble.com/Hello-tp28756330p28756330.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: Maven SCM Implementation: Subversion Documentation

2010-06-02 Thread Dennis Lundberg
On 2010-06-01 23:55, Ron Wheeler wrote: > On 01/06/2010 5:18 PM, Justin Edelson wrote: >> This shouldn't be necessary. Why isn't the default Subversion >> credentials cache sufficient? > Where is this documented and how is it setup? Is this in the Subversion > project? > We just use Eclipse. You h

Re: maven-war-plugin and maven-assembly-plugin. Change file mode and line ending

2010-06-02 Thread jid1jid1
Thanks for your reply. Basically I do not mind if it is a zip or a war. The war plugin work perfectly for me (but I also want to put in some filesystem stuff ..eg. line endings to be either dos/unix). I could right the whole thing with assembly plugin but a. it is beta and b. I will be reinventin

Re: maven-war-plugin and maven-assembly-plugin. Change file mode and line ending

2010-06-02 Thread Karl Heinz Marbaise
Hi, basically the execution of scripts inside a container (Tomcat, JBoss) won't work if the security manager is acitve... jid1jid1 wrote: > I haven't found a way to do this with the default pom (packaging=war) > Cause the war plugin is not designed that way... jid1jid1 wrote: > When I try to

AW: AW: AW: build multi-projects with eclipse

2010-06-02 Thread Lewis, Eric
Hmmm... I have never used the Spring Tool Suite, sorry... m2eclipse creates dynamic dependencies between Eclipse projects. When you open one, all open projects which depend on it now depend on the opened project instead of the project's artifact in the Maven repository. As for "Use pom.xml inte

Re: AW: AW: build multi-projects with eclipse

2010-06-02 Thread sean xiong
Yah I use 'Run as on server' with spring tool suite. I just tried and maven for eclipse has been installed into STS which I have been using. You mentioned it creates dynamic dependencies between the projects, how? Use pom.xml interface to add by search? On Jun 2, 2010, at 10:16 PM, Lewis, Eric

AW: AW: build multi-projects with eclipse

2010-06-02 Thread Lewis, Eric
Well, it creates dynamic dependencies between your projects when they are open in Eclipse, which helps a lot for development. However, if you close a project, its artifact has to exist in your local repository, so you have to build it with 'install' before closing the project. Unless I misunders

Re: AW: build multi-projects with eclipse

2010-06-02 Thread sean xiong
can m2eclipse solve my problem? I download first. On Jun 2, 2010, at 9:49 PM, Lewis, Eric wrote: > Hi > > Are you using m2eclipse? > If you aren't, you should :-) > > As for your second question: m2eclipse has an integration with Eclipse WTP, > but personally I haven't used it yet. > > Best

maven-war-plugin and maven-assembly-plugin. Change file mode and line ending

2010-06-02 Thread jid1jid1
Hi, I need to add some scripts in my webapp and control filemods and line endings. Doing this with maven-assembly-plugin is easy: ... scripts WEB-INF/scripts * 750 unix ..

AW: build multi-projects with eclipse

2010-06-02 Thread Lewis, Eric
Hi Are you using m2eclipse? If you aren't, you should :-) As for your second question: m2eclipse has an integration with Eclipse WTP, but personally I haven't used it yet. Best regards, Eric -Ursprüngliche Nachricht- Von: sean xiong [mailto:seanxi...@fridae.com] Gesendet: Mittwoch,

build multi-projects with eclipse

2010-06-02 Thread sean xiong
Hi, I'm new on Maven. Here's my problem, I built a webapp and some services in another project, both of them inherit from parent pom. I have added dependency in webapp of service project. Every time when I try to package webapp, it tries to download from ${user.home}/.m2/repository but failed

Re: extending WAR

2010-06-02 Thread Stephen Connolly
I have not used it. if you can guarantee that m3 only then in theory you'd be fine... but just don't do it On 2 June 2010 13:05, tbee wrote: > > What about this one? > > http://www.jfrog.org/sites/mvn-anno-mojo/latest/ > > -- > View this message in context: > http://old.nabble.com/extending-WAR

Re: extending WAR

2010-06-02 Thread tbee
What about this one? http://www.jfrog.org/sites/mvn-anno-mojo/latest/ -- View this message in context: http://old.nabble.com/extending-WAR-tp28742485p28753463.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: extending WAR

2010-06-02 Thread tbee
Stephen Connolly-2 wrote: > > Nope. you will still have the issue of the plugin metadata being > incorrect. > > Short answer: [image: donny_dont_22.jpg] Don't do what Donny Don't Does > Ahh, ofcourse, this make it clear: "when you extend a maven-plugin artifact, the maven-plugin-plugin canno

Compiling jasper reports with maven

2010-06-02 Thread nandysiyer
Hey , I'm new to jasper reports . Can anyone tell me how to compile jasper reports with maven 2 ? A simple example would be very helpful . Thanks -- View this message in context: http://maven-users.828.n2.nabble.com/Compiling-jasper-reports-with-maven-tp5130117p5130117.html Sent from the ma

Re: extending WAR

2010-06-02 Thread Stephen Connolly
Nope. you will still have the issue of the plugin metadata being incorrect. It will only be less bad (because plugin versions are not based on first version seen in the reactor in M3) Short answer: [image: donny_dont_22.jpg] Don't do what Donny Don't Does -Stephen On 2 June 2010 08:21, tbee wr

Re: [internal-repository] How to use relative path in the declaration of repository

2010-06-02 Thread Karl Heinz Marbaise
Hi, NGUYEN Cong Kinh-2 wrote: > > > > private-cosmos-B > file:${basedir}/libs > > > The problem you aren't aware of is that if you like to use a file based URL you have to do it like this: file://${basedir}/libs But i would recommend to follow the recomandations

Dependency fails, but only in reactor build

2010-06-02 Thread Lewis, Eric
Hi I'm having problems with a dependency that can't be found, but only in a reactor build. We have a project 'activity' with several modules, one of them being the 'activity-client', which uses an assembly 'batch' (a ZIP for a batch client). We have Hudson as CI server and build every project

[ANN] Maven GPG Plugin 1.1 Released

2010-06-02 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven GPG Plugin, version 1.1. This plugin is used to create signatures for project artifacts using the GnuPG tool. Please see the plugin's site for more details: http://maven.apache.org/plugins/maven-gpg-plugin/ To use the updated p

[ANN] Maven GPG Plugin 1.0 Released

2010-06-02 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven GPG Plugin, version 1.1. This plugin is used to create signatures for project artifacts using the GnuPG tool. Please see the plugin's site for more details: http://maven.apache.org/plugins/maven-gpg-plugin/ To use the updated p

Re: [internal-repository] How to use relative path in the declaration of repository

2010-06-02 Thread Anders Hammar
I don't understand. You say you have a problem with an internal repo and that you have deploy the library 'B', but the module structure and the repositories element you're outlining talkes about your local file system structure. This is what you should do: 1. Get yourself an internal remote repo.

[internal-repository] How to use relative path in the declaration of repository

2010-06-02 Thread NGUYEN Cong Kinh
Hi everybody, I have a problem with deploying an internal repository. In fact, I have some modules as the following: - module A + module A1 + module A11 + pom.xml + src + libs + module A12 + module A2 In the module A11, I us

Re: extending WAR

2010-06-02 Thread tbee
This will work for M3? Because we're still introducing Maven, so I could require that. (Although the last version of M3 does not seem to handle -U correctly.) -- View this message in context: http://old.nabble.com/extending-WAR-tp28742485p28750984.html Sent from the Maven - Users mailing list a