Created
October 10, 2011 13:20
-
-
Save anpieber/1275295 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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