Re: [appfuse-user] Maven2 problem

2007-03-26 Thread aninggo
ok! thanks matt:) mraible wrote: > > Try using: > > **/*.xml > > That should work. > > Matt > > On 3/26/07, aninggo <[EMAIL PROTECTED]> wrote: >> >> i try edit pom >> >> >> src/main/java >> >> *.xml >>

Re: [appfuse-user] Maven2 problem

2007-03-26 Thread Matt Raible
Try using: **/*.xml That should work. Matt On 3/26/07, aninggo <[EMAIL PROTECTED]> wrote: i try edit pom src/main/java *.xml false but it not work aninggo wrote: > > ye

Re: [appfuse-user] Maven2 problem

2007-03-26 Thread aninggo
i try edit pom src/main/java *.xml false but it not work aninggo wrote: > > yes, i use eclipse ,but Maven2 not be achieve?Thanks, Mike and the Barlow > > > Philip Barlo

Re: [appfuse-user] Maven2 problem

2007-03-26 Thread aninggo
yes, i use eclipse ,but Maven2 not be achieve?Thanks, Mike and the Barlow Philip Barlow wrote: > > You can add this to your pom but it shouldn't be necessary, we had the > same problem, i think it might be something to do with eclipse auto > building the project, are you using eclipse? > >

Re: [appfuse-user] Maven2 problem

2007-03-26 Thread Philip Barlow
You can add this to your pom but it shouldn't be necessary, we had the same problem, i think it might be something to do with eclipse auto building the project, are you using eclipse? ${basedir}/src/java *.hbm.xml

Re: [appfuse-user] Maven2 problem

2007-03-26 Thread Michael Horwitz
All xml files should be added below src/main/resources. Where are you adding your? Mike On 3/26/07, aninggo <[EMAIL PROTECTED]> wrote: I add the *.xml file in org.xx.xx ,But maven2 not auto copy file . i usered mvn jetty:run-war. -- View this message in context: http://www.nabble.com/Maven

[appfuse-user] Maven2 problem

2007-03-25 Thread aninggo
I add the *.xml file in org.xx.xx ,But maven2 not auto copy file . i usered mvn jetty:run-war. -- View this message in context: http://www.nabble.com/Maven2-problem-tf3465356s2369.html#a9668389 Sent from the AppFuse - User mailing list archive at Nabble.com. --