Skip to content

Instantly share code, notes, and snippets.

@anpieber
Created October 10, 2011 13:20
Show Gist options
  • Select an option

  • Save anpieber/1275295 to your computer and use it in GitHub Desktop.

Select an option

Save anpieber/1275295 to your computer and use it in GitHub Desktop.
[pieber@coprime features-maven-plugin]$ git diff
diff --git a/tooling/features-maven-plugin/src/main/java/org/apache/karaf/tooling/features/AddFeaturesToRepoMojo.java b/tooling/features
index 1c363c8..54fd190 100644
--- a/tooling/features-maven-plugin/src/main/java/org/apache/karaf/tooling/features/AddFeaturesToRepoMojo.java
+++ b/tooling/features-maven-plugin/src/main/java/org/apache/karaf/tooling/features/AddFeaturesToRepoMojo.java
@@ -54,8 +54,8 @@ import org.xml.sax.SAXException;
*
* @version $Revision$
* @goal add-features-to-repo
- * @phase compile
- * @execute phase="compile"
+ * @phase package
+ * @execute phase="package"
* @requiresDependencyResolution runtime
* @inheritByDefault true
* @description Add the features to the repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment