maven-struts-plugin

2006-09-02 Thread BISO
Dears, How can i configure maven-struts-plugin Thanks in advance BISO -- View this message in context: http://www.nabble.com/maven-struts-plugin-tf2206189.html#a6110163 Sent from the Maven - Users forum at Nabble.com. - To

Re : Maven 2.0 repository configuration

2006-09-02 Thread senthilkumar sivanandam
Hi How can I change my remote repository? I have already tried the below configuration on maven 2.0.4 and it seems be not working. Maven is still trying to connect http://repo1.maven.org/maven2. I am not sure why this happens. Please help me Here is my pom configuaration: repositories

Re: [m2] jspc-maven-plugin - Problems

2006-09-02 Thread Jacek Laskowski
On 9/1/06, ben short [EMAIL PROTECTED] wrote: Christophe, That fixed it. Yeah and it seems we will get it fixed in the Geronimo build, too. It was the missing jsp api classes Christophe pointed out. Thanks! Jacek -- Jacek Laskowski http://www.laskowski.net.pl

[M2]Why can't find parent POM?

2006-09-02 Thread jiangshachina
Hello, I'm newbie in Maven. I make a very simple example for Maven, but meet a trouble.The example as follows. The example's direcotry layout is D:\maven |-- example |-- pom.xml |-- A |-- pom.xml |-- B |-- pom.xml |-- src

Re: Re : Maven 2.0 repository configuration

2006-09-02 Thread Arnaud Bailly
senthilkumar sivanandam [EMAIL PROTECTED] writes: Hi How can I change my remote repository? I have already You cannot change the remote repository. You may however mirror the repository named central so that all requests will be made to this mirror instead of the set of real central

release:perform

2006-09-02 Thread Douglas Ferguson
Is there a way to do a release:perform off a tag but have it release to a new version? I have a tag app-x.x-RC-1 and I'd like to release it to app-x.x Thanks, D- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[M2] Archetype File Name Genration

2006-09-02 Thread ccadete
When I create an archetype I put in the directory pre-determined java classes, like App.java generated by simple maven archetype. But, if I want that App.java will be named MyArtifact.java, the name of the java source generated will depend on the artifact name. How can customize archetype to

Re: snapshot - maven 1.0.2

2006-09-02 Thread neeraj daffodil
hi *Jeff Jensen* *very very thanks ,i need what you exactly give me ,* *Regards* *Neeraj* On 9/1/06, Jeff Jensen [EMAIL PROTECTED] wrote: So I think you are asking how to always get the latest version. If you are in development mode, then yes use SNAPSHOT for that: dependency

Re: [M2] Archetype File Name Genration

2006-09-02 Thread franz see
ccadete wrote: When I create an archetype I put in the directory pre-determined java classes, like App.java generated by simple maven archetype. But, if I want that App.java will be named MyArtifact.java, the name of the java source generated will depend on the artifact name. How

Re: [M2]Why can't find parent POM?

2006-09-02 Thread dan tran
http://jira.codehaus.org/browse/MNG-740 Please vote for that jira On 9/2/06, jiangshachina [EMAIL PROTECTED] wrote: Hello, I'm newbie in Maven. I make a very simple example for Maven, but meet a trouble.The example as follows. The example's direcotry layout is D:\maven |-- example

Color logging?

2006-09-02 Thread Matt Raible
Is it possible to configure Maven so it spits out color logging like Ant does? FWIW: export ANT_ARGS='-logger org.apache.tools.ant.listener.AnsiColorLogger' gives pretty color logging in Ant. Thanks, Matt - To unsubscribe,

RE: directory v. outputDirectory

2006-09-02 Thread Douglas Ferguson
directory = target outputDirectory = target/classes - Original Message - From: [EMAIL PROTECTED] Sent: Sat, 9/2/2006 2:15am To: users Subject: directory v. outputDirectory What's the difference between build directory outputDirectory ... I'm using