Yep, that's the idea. One of two things ends up occuring:

1) you have to copy it from the local repository to a staging
directory to prepare it, in which case you rename it on the way
2) you include it sourced directly from the local repo, but specify a
filename it will use in the target, where you rename it

You might also be interested in the recent enhancements to the
assembly plugin and discussions on JIRA for creating NSIS installers -
the same interface should be used for your installshield plugin I
imagine.

Cheers,
Brett

On 11/25/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote:
> ok, I understand. The better way is probably to rename them in the project
> that needs them unversioned (my InstallShield merge module) when downloading
> the dependencies.
>
> 2005/11/25, Brett Porter <[EMAIL PROTECTED]>:
> >
> > Sorry, I've closed this as won't fix.
> >
> > http://maven.apache.org/maven-1.x/faq.html#unversioned-jars
> >
> > On 11/25/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote:
> > > Done: http://jira.codehaus.org/browse/MNG-1676
> > >
> > > Wim
> > >
> > > 2005/11/24, Jason van Zyl <[EMAIL PROTECTED]>:
> > > >
> > > > Wim Deblauwe wrote:
> > > > > Hi,
> > > > >
> > > > > when I set <finalName/> in my pom.xml, the install plugin does not
> > take
> > > > this
> > > > > name into account.
> > > > >
> > > > > Just for testing I added <finalName>test.jar</finalName> to the
> > pom.xmlof a
> > > > > custom plugin of mine. When doing 'mvn install', I get this:
> > > > >
> > > > > [INFO] Installing
> > > > >
> > > >
> > Y:\wimd_test_vob\modules\maven-plugins\maven-nmake-plugin\target\test.jar.jar
> > > > > to C:\Documents and
> > > > >
> > > >
> > Settings\WIMD\.m2\repository\com\barcoview\mavenplugin\maven-nmake-plugin\1.0-SNAPSHOT\maven-
> > > > > nmake-plugin-1.0-SNAPSHOT.jar
> > > > >
> > > > > I was hoping it would install to the directory it does, but as
> > test.jar.
> > > >
> > > > Can you raise an issue in JIRA?
> > > > --
> > > >
> > > > jvz.
> > > >
> > > > Jason van Zyl
> > > > jason at maven.org
> > > > http://maven.apache.org
> > > >
> > > > First, the taking in of scattered particulars under one Idea,
> > > > so that everyone understands what is being talked about ... Second,
> > > > the separation of the Idea into parts, by dividing it at the joints,
> > > > as nature directs, not breaking any limb in half as a bad carver
> > might.
> > > >
> > > >    -- Plato, Phaedrus (Notes on the Synthesis of Form by C. Alexander)
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>

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

Reply via email to