Skip to content

Commit 55b9ffe

Browse files
committed
Don't autorun package phase before package goal
1 parent 372eacb commit 55b9ffe

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>org.seedstack</groupId>
2121
<artifactId>seedstack-maven-plugin</artifactId>
22-
<version>2.4.1-SNAPSHOT</version>
22+
<version>2.4.2-SNAPSHOT</version>
2323
<packaging>maven-plugin</packaging>
2424

2525
<properties>

src/license/THIRD-PARTY.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Please fill the missing licenses for dependencies :
1313
#
1414
#
15-
#Fri Feb 17 11:27:48 CET 2017
15+
#Tue Apr 18 16:56:02 CEST 2017
1616
classworlds--classworlds--1.1-alpha-2=
1717
commons-collections--commons-collections--3.1=
1818
dom4j--dom4j--1.6.1=

src/main/java/org/seedstack/maven/PackageMojo.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import org.apache.maven.plugin.MojoExecutionException;
1414
import org.apache.maven.plugin.MojoFailureException;
1515
import org.apache.maven.plugins.annotations.Component;
16-
import org.apache.maven.plugins.annotations.Execute;
1716
import org.apache.maven.plugins.annotations.LifecyclePhase;
1817
import org.apache.maven.plugins.annotations.Mojo;
1918
import org.apache.maven.plugins.annotations.Parameter;
@@ -58,7 +57,6 @@
5857
5958
*/
6059
@Mojo(name = "package", threadSafe = true, defaultPhase = LifecyclePhase.PACKAGE)
61-
@Execute(phase = LifecyclePhase.PACKAGE)
6260
public class PackageMojo extends AbstractMojo {
6361
private static final String CAPSULE_GROUP_ID = "co.paralleluniverse";
6462
private static final String CAPSULE_ARTIFACT_ID = "capsule";

0 commit comments

Comments
 (0)