You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/06/12 17:13:21 UTC

svn commit: r1349386 - /karaf/branches/karaf-2.3.x/tooling/features-maven-plugin/src/main/java/org/apache/karaf/tooling/features/AddFeaturesToRepoMojo.java

Author: jbonofre
Date: Tue Jun 12 15:13:20 2012
New Revision: 1349386

URL: http://svn.apache.org/viewvc?rev=1349386&view=rev
Log:
[KARAF-1521] Add a default repository for the add-features-to-repo goal

Modified:
    karaf/branches/karaf-2.3.x/tooling/features-maven-plugin/src/main/java/org/apache/karaf/tooling/features/AddFeaturesToRepoMojo.java

Modified: karaf/branches/karaf-2.3.x/tooling/features-maven-plugin/src/main/java/org/apache/karaf/tooling/features/AddFeaturesToRepoMojo.java
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/tooling/features-maven-plugin/src/main/java/org/apache/karaf/tooling/features/AddFeaturesToRepoMojo.java?rev=1349386&r1=1349385&r2=1349386&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/tooling/features-maven-plugin/src/main/java/org/apache/karaf/tooling/features/AddFeaturesToRepoMojo.java (original)
+++ karaf/branches/karaf-2.3.x/tooling/features-maven-plugin/src/main/java/org/apache/karaf/tooling/features/AddFeaturesToRepoMojo.java Tue Jun 12 15:13:20 2012
@@ -78,7 +78,7 @@ public class AddFeaturesToRepoMojo exten
     private List<String> features;
 
     /**
-     * @parameter
+     * @parameter expression="${project.build.directory}/features-repo"
      */
     private File repository;