Re: How to generate-sources always ?

2007-10-10 Thread Mac-Systems
make-sources package jar Best regards, Matthias Original-Nachricht Datum: Mon, 08 Oct 2007 14:31:23 +0200 Von: Nick Stolwijk <[EMAIL PROTECTED]> An: Maven Users List Betreff: Re: How to generate-sources a

Re: How to generate-sources always ?

2007-10-10 Thread Tim Kettler
Matthias Original-Nachricht Datum: Mon, 08 Oct 2007 14:31:23 +0200 Von: Nick Stolwijk <[EMAIL PROTECTED]> An: Maven Users List Betreff: Re: How to generate-sources always ? Take a look at the Maven Antrun plugin [1], it's usage [2] and especially

RE: How to generate-sources always ?

2007-10-10 Thread Jörg Schaible
Mac-Systems wrote on Wednesday, October 10, 2007 2:46 PM: > Below example do not run when Install is invoked. May i missunderstood > something completly. > As far as i understood i bound the ANT Plugin to the > "generate-sources" phase. As > Goal "Install" inclúdes compile, the "generate-source" s

Re: How to generate-sources always ?

2007-10-10 Thread Mac-Systems
ect.artifactId} true make-sources package jar Best regards, Matthias Original-Nachricht Datum: Mon, 08 Oct 2007 14:31:23 +0200 Von: Nick Stolwijk <[EMAIL PROTECTED]> An: Maven Users List Betreff: Re: How to gener

Re: How to generate-sources always ?

2007-10-10 Thread Tim Kettler
project.artifactId} true make-sources package jar Best regards, Matthias Original-Nachricht Datum: Mon, 08 Oct 2007 14:31:23 +0200 Von: Nick Stolwijk <[EMAIL PROTECTED]> An: Maven Users List Betreff: Re:

Re: How to generate-sources always ?

2007-10-10 Thread Mac-Systems
jar Best regards, Matthias Original-Nachricht Datum: Mon, 08 Oct 2007 14:31:23 +0200 Von: Nick Stolwijk <[EMAIL PROTECTED]> An: Maven Users List Betreff: Re: How to generate-sources always ? Take a look at the Maven Antrun plugin [1], it's

Re: How to generate-sources always ?

2007-10-08 Thread Matthias Marchart
jar Best regards, Matthias Original-Nachricht > Datum: Mon, 08 Oct 2007 14:31:23 +0200 > Von: Nick Stolwijk <[EMAIL PROTECTED]> > An: Maven Users List > Betreff: Re: How to generate-sources always ? > Take a look at the Maven Antrun plugin [1], it's

Re: How to generate-sources always ?

2007-10-08 Thread Nick Stolwijk
Take a look at the Maven Antrun plugin [1], it's usage [2] and especially the plugin/executions/execution/phase element. Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/maven-antrun-plugin [2] http://maven.apache.org/plugins/maven-antrun-plugin/usage.html Mac-Systems wrote: Hello, i n

Re: How to generate-sources always ?

2007-10-08 Thread Mac-Systems
Hello, i need to run ANT for some source-code generation. regards, Jens Hi, 'generate-sources' isn't a goal, it is a *phase* of the default build lifecylce [1]. No plugin is bound to that phase for the provided default packagings (jar, war, ...). What are actually trying to do? -Tim [1]

Re: How to generate-sources always ?

2007-10-08 Thread Tim Kettler
Hi, 'generate-sources' isn't a goal, it is a *phase* of the default build lifecylce [1]. No plugin is bound to that phase for the provided default packagings (jar, war, ...). What are actually trying to do? -Tim [1] http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.htm

How to generate-sources always ?

2007-10-08 Thread Mac-Systems
Hi, Can someone tell me how my pom needs to modified that goal "generate-sources" always will run when "mvn install" is invoked ? best regards, Jens - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma