Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow deployment of the executable through maven repos. #7

Merged
merged 1 commit into from Jul 23, 2014

Conversation

hgschmie
Copy link
Collaborator

Adds two new options:

true|false

if true, adds the created executable as a build artifact.

Due to the way maven handles artifacts, it will be named
${artifactId}-${version}.. The program file type
can be set with

exe and defaults to "sh".

It is not possible to install or deploy and artifact without an ending
("type" in maven speak).

Adds two new options:

<attachProgramFile>true|false</attachProgramFile>

if true, adds the created executable as a build artifact.

Due to the way maven handles artifacts, it will be named
${artifactId}-${version}.<program file type>. The program file type
can be set with

<programFileType>exe</programFileType> and defaults to "sh".

It is not possible to install or deploy and artifact without an ending
("type" in maven speak).
@hgschmie
Copy link
Collaborator Author

kitty

hgschmie added a commit that referenced this pull request Jul 23, 2014
Allow deployment of the executable through maven repos.
@hgschmie hgschmie merged commit 10570e0 into brianm:master Jul 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant