Re: Pom packaging

2009-01-23 Thread SHAILJA
h I was serching for packaging type "pom " source code to get the idea how pom packaging type only take modules under it not .java source file.. Could you please give me link or some information to find out source code. Thanks SHAILJA wrote: > > Thanks alot

Re: Pom packaging

2009-01-22 Thread SHAILJA
project by maven, without restructuring. Thanks Brian E Fox wrote: > > This is a user list question. However you can't have source in a pom > project > as there is nothing bound to compile it. You need to move that source to a > child module of type jar. > > > On 1/21

Pom packaging

2009-01-20 Thread Kumari, Shailja
Hi, I have directory strucute like this a/b a/c a/d.java a/e.java I have one pom.xml under "a" directory .. Having code for compilation and redirecting directories from there Like m 4.0.0 a 1.0 pom b c ${TOPDIR}/${JAVA_CLAS

How to set outproperty in maven by exec

2009-01-12 Thread Kumari, Shailja
org.codehaus.mojo exec-maven-plugin process-sources exec /u/kumari/desmake/bin/share/destopdir "-auto_mounter" /u/kumari/desmake/bin/share/destodir -auto_mounter Gives /u/kumari/a a is some directory I want to set this pat

How to set outproperty in maven by exec

2009-01-12 Thread Kumari, Shailja
Hi, In ant we are setting in this way Tish set property TOPDIR to /u/kumari/a How to do the same thing in maven. In maven I tried to set it out like this org.codehaus.mojo exec-maven-plugin process-sources exec /u/kumari/desmake/bin/share/dest

Maven surefir report problem

2009-01-11 Thread Kumari, Shailja
I executed mvn test [INFO] Surefire report directory org.apache.maven.surefire.booter.SurefireExecutionException: DoubleArrayQueueTest (wrong name: a/b/c/DoubleArrayQueueTest; nested exception is java.lang.NoClassDefFoundError: DoubleArrayQueueTest (wrong name:a/b/c/DoubleArrayQueueTest) java.la