RE: Pom packaging

2009-01-23 Thread Brian E. Fox
m: SHAILJA [mailto:shalja.ru...@gmail.com] Sent: Friday, January 23, 2009 7:29 AM To: dev@maven.apache.org Subject: Re: Pom packaging 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..

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
it is quite difficult for compiling of source file and junit testing . If i use aggregation ang inheretence for my project . under pom packaging .java is not getting compiled and if use jar packaging tag is not identified. so plz tell me .. what should i do .. to build my exiting

Re: Pom packaging

2009-01-21 Thread Brian E. Fox
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/09 1:15 AM, "Kumari, Shailja" wrote: > > Hi, > > I have directory strucute like this > >

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 include custom reports from "pom" packaging

2006-11-15 Thread Prasad Kashyap
I have a custom reporting plugin. It generates a surefire-report for projects whose packaging is set to "pom". (sort of a custom aggregator). I want it's reports to be generated and included along with the other "Project Reports" when I run 'mvn site'. I tried putting the plugin in section but

[m2] maven-eclipse-plugin: .wtpmodules gets generated even when pom packaging is not war/ear

2005-12-27 Thread Rinku
Hi, I am wondering if there is a reason why the maven-eclipse-plugin generates a .wtpmodule (and WST natures in .project) even when no war/ear/wjb packaging is specified in pom.xml? Is this correct behaviour ? I think by default packaging should default to 'jar' and not generate any config f

[jira] Closed: (MNG-1740) Error getting dependencies for a pom packaging project

2005-12-03 Thread Vincent Massol (JIRA)
o far when used with war packaging projects. Anyway sorry for the false alarm... > Error getting dependencies for a pom packaging project > -- > > Key: MNG-1740 > URL: http://jira.codehaus.org/browse/MNG-174

[jira] Created: (MNG-1740) Error getting dependencies for a pom packaging project

2005-12-02 Thread Vincent Massol (JIRA)
Error getting dependencies for a pom packaging project -- Key: MNG-1740 URL: http://jira.codehaus.org/browse/MNG-1740 Project: Maven 2 Type: Bug Components: Plugin API Versions: 2.0 Reporter