There is a runtime plugin the in the mojo sandbox, but it doesn't even
seem to have a site published...

In the meantime, you can remove the version number from your artifact
by doing the following in your pom:

<build>
  <finalName>${project.artifactId}</finalName>
</build>

-Stephen

On 4/3/06, Pierre Monestie <[EMAIL PROTECTED]> wrote:
> Hi
> I was reading somewhere that there is a runtime plugin aimed at
> providing a declarative mechanism for describing runtime enviroment.
> Does this work yet?
>
> My problem is that I run mvn assembly:directory and I couldn't find a
> way to rename my artifact so that the version number would be removed.
> (There is a way to remove that from the depending artifacts, but not
> the artifact itself). I therefore have to go and manually edit my .bat
> file.
>
> Anyone has a suggestion to easily create a launch file for my application?
>
> Thanks,
> Pierre
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Stephen Duncan Jr
www.stephenduncanjr.com

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

Reply via email to