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:
>   <artifactId>freehost3270-proxy</artifactId>
>   <finalName>${artifactId}-1.0.0-SNAPSHOT</finalName>
>  Given those two entries, how do I end up with "null" in the package name?

Try ${project.artifactId} instead.  But given that artifactId-version
is the default, I don't see why you'd need this?

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to