You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ss...@apache.org on 2017/03/09 22:15:13 UTC

svn commit: r1786248 - /felix/trunk/tools/maven-bundle-plugin/pom.xml

Author: sseifert
Date: Thu Mar  9 22:15:13 2017
New Revision: 1786248

URL: http://svn.apache.org/viewvc?rev=1786248&view=rev
Log:
fix pom parent path, use placeholder for scm-publish path

Modified:
    felix/trunk/tools/maven-bundle-plugin/pom.xml

Modified: felix/trunk/tools/maven-bundle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin/pom.xml?rev=1786248&r1=1786247&r2=1786248&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-bundle-plugin/pom.xml Thu Mar  9 22:15:13 2017
@@ -22,7 +22,7 @@
    <artifactId>felix-parent</artifactId>
    <groupId>org.apache.felix</groupId>
    <version>4</version>
-   <relativePath>../pom/pom.xml</relativePath>
+   <relativePath>../../pom/pom.xml</relativePath>
  </parent>
 
  <modelVersion>4.0.0</modelVersion>
@@ -106,7 +106,7 @@
             <artifactId>maven-scm-publish-plugin</artifactId>
             <version>1.1</version>
             <configuration>
-              <checkoutDirectory>${user.home}/maven-sites/bundle-plugin-archives/bundle-plugin-LATEST</checkoutDirectory>
+              <checkoutDirectory>${user.home}/maven-sites/${maven.site.path}</checkoutDirectory>
               <tryUpdate>true</tryUpdate>
             </configuration>
           </plugin>