[infinispan-issues] [JBoss JIRA] (ISPN-5007) Enhance the distribution script to detect missing artifacts
Ion Savin (JIRA)
issues at jboss.org
Sat Nov 22 04:41:39 EST 2014
Ion Savin created ISPN-5007:
-------------------------------
Summary: 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
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.8#6338)
More information about the infinispan-issues
mailing list