[ 
http://jira.codehaus.org/browse/MOJO-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_101944
 ] 

David Hoffer commented on MOJO-848:
-----------------------------------

Can you show how in your pom you runing both the "directory-inline" and 
"attached" goals of the assembly plugin?

Also how do you run the appassembler plugin first?  I need both the 
appassembler and then the assembly plugins to be run after every release goal, 
where the release goal is run by our automated build server.  Therefore I want 
release:prepare release:perform to fire all this off.

Also I see the build-helper plugin can be used to add files for repo 
deployment.  However since this is the final application package I don't see 
any value in putting this in a maven repo.  Rather I want to but this in a 
network file share which is easy for users to get to and download from.  Is 
there a plugin to help with this?  Now as I am thinking about this...if it is 
possible to place this final application package on the site generated by maven 
then this would be good also.  Basically I am looking for a way to publish this 
final application package in a location easily assessable by humans rather than 
by maven.

> Provide options to zip & copy assembled application
> ---------------------------------------------------
>
>                 Key: MOJO-848
>                 URL: http://jira.codehaus.org/browse/MOJO-848
>             Project: Mojo
>          Issue Type: New Feature
>          Components: appassembler
>            Reporter: David Hoffer
>            Assignee: Trygve Laugstol
>
> The appassembler works great for assembling an application that can be 
> launched with a batch/shell script but I can't distribute this as it is.  
> What I need is for the results to be included in a zip file named with the 
> proper name/version.
> I also need a mechanism to copy this zip file to a common location where 
> applications are stored.  This later step could be performed by this plugin 
> or another which ever is the best approach.  The end result of this is to be 
> able to automate the release of an application using the appassembler plugin.
> In summary, what I want to be able to do to release my application is:
> mvn release:prepare release:perform package appassembler:assemble (or equiv.)
> where this results in the application being zipped and placed in specified 
> network folder.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to