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..
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
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
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
>
>
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
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
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
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
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