You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by solo1970 <so...@ericsson.com> on 2009/01/06 22:27:35 UTC

Deploy-file or a tar, zip, txt...

Hello,

Here is my dilemna, I have a POM file that calls one of our in-house plugins
that produces a set of files that I need to be deployed in the same place
that my jar is deployed (but not included in the jar).

How can I do this, any ideas?

Sonia
-- 
View this message in context: http://www.nabble.com/Deploy-file-or-a-tar%2C-zip%2C-txt...-tp21319435p21319435.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Deploy-file or a tar, zip, txt...

Posted by Stephen Connolly <st...@gmail.com>.
look at the build-helper-maven-plugin

2009/1/6 solo1970 <so...@ericsson.com>

>
> Hello,
>
> Here is my dilemna, I have a POM file that calls one of our in-house
> plugins
> that produces a set of files that I need to be deployed in the same place
> that my jar is deployed (but not included in the jar).
>
> How can I do this, any ideas?
>
> Sonia
> --
> View this message in context:
> http://www.nabble.com/Deploy-file-or-a-tar%2C-zip%2C-txt...-tp21319435p21319435.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: Deploy-file or a tar, zip, txt...

Posted by Wendy Smoak <ws...@gmail.com>.
On Tue, Jan 6, 2009 at 2:27 PM, solo1970
<so...@ericsson.com> wrote:

> Here is my dilemna, I have a POM file that calls one of our in-house plugins
> that produces a set of files that I need to be deployed in the same place
> that my jar is deployed (but not included in the jar).
>
> How can I do this, any ideas?

You might want to have your in-house plugin 'attach' these generated
files to the build, so that they will be deployed to the repository
alongside the jar.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org