Re: null in artifact name

2008-03-31 Thread Jon Strayer
On Mon, Mar 31, 2008 at 3:34 PM, Jon Strayer <[EMAIL PROTECTED]> wrote: > I have a project with several modules. All of the modules are packaged in > a file named null-1.0.0-SNAPSHOT. > > I generated the effective pom for one of the modules and got: > > freehost3270-proxy > > ${artifactId}-1.0

Re: null in artifact name

2008-03-31 Thread logachandru . x . rajamanickam
It should be ${pom.artifactId} there. Thanks & Regards, Logu Rajamanickam "Jon Strayer" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/31/2008 02:34 PM Please respond to "Maven Users List" To "Maven Users List" cc Subject null in artifact

Re: null in artifact name

2008-03-31 Thread Wendy Smoak
On Mon, Mar 31, 2008 at 12:34 PM, Jon Strayer <[EMAIL PROTECTED]> wrote: > I have a project with several modules. All of the modules are packaged in a > file named null-1.0.0-SNAPSHOT. > I generated the effective pom for one of the modules and got: > freehost3270-proxy > ${artifactId}-1.0.0

null in artifact name

2008-03-31 Thread Jon Strayer
I have a project with several modules. All of the modules are packaged in a file named null-1.0.0-SNAPSHOT. I generated the effective pom for one of the modules and got: freehost3270-proxy ${artifactId}-1.0.0-SNAPSHOT Given those two entries, how do I end up with "null" in the package name?