[infinispan-issues] [JBoss JIRA] (ISPN-5007) Enhance the distribution script to detect missing artifacts
Tristan Tarrant (JIRA)
issues at jboss.org
Fri Dec 19 04:47:29 EST 2014
[ https://issues.jboss.org/browse/ISPN-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tristan Tarrant updated ISPN-5007:
----------------------------------
Fix Version/s: 7.0.3.Final
> Enhance the distribution script to detect missing artifacts
> -----------------------------------------------------------
>
> Key: ISPN-5007
> URL: https://issues.jboss.org/browse/ISPN-5007
> Project: Infinispan
> Issue Type: Feature Request
> Components: Build process
> Affects Versions: 7.0.2.Final
> Reporter: Ion Savin
> Assignee: Ion Savin
> Fix For: 7.1.0.Alpha1, 7.0.3.Final
>
>
> The build should fail if the maven artifacts to be copied into the distribution jar are not found.
> To reproduce the issue apply this patch (the build will succeed but the distribution .zip will not contain the uberjars):
> {noformat}
> diff --git a/all/pom.xml b/all/pom.xml
> index cecd6c6..779ed97 100644
> --- a/all/pom.xml
> +++ b/all/pom.xml
> @@ -25,7 +25,7 @@
> <executions>
> <execution>
> <id>mrproper</id>
> - <phase>prepare-package</phase>
> + <phase>initialize</phase>
> <goals>
> <goal>clean</goal>
> </goals>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the infinispan-issues
mailing list