You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/09/28 18:33:28 UTC

svn commit: r1810025 - /sling/trunk/contrib/launchpad/debian/pom.xml

Author: rombert
Date: Thu Sep 28 18:33:28 2017
New Revision: 1810025

URL: http://svn.apache.org/viewvc?rev=1810025&view=rev
Log:
launchpad/debian - use a more specific artifactId

Modified:
    sling/trunk/contrib/launchpad/debian/pom.xml

Modified: sling/trunk/contrib/launchpad/debian/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/launchpad/debian/pom.xml?rev=1810025&r1=1810024&r2=1810025&view=diff
==============================================================================
--- sling/trunk/contrib/launchpad/debian/pom.xml (original)
+++ sling/trunk/contrib/launchpad/debian/pom.xml Thu Sep 28 18:33:28 2017
@@ -28,7 +28,7 @@ under the License.
         <version>26</version>
         <relativePath/>
     </parent>
-    <artifactId>sling-server</artifactId>
+    <artifactId>sling-launchpad-debian</artifactId>
     <packaging>jar</packaging>
     <version>9-SNAPSHOT</version>
     <name>Apache Sling Launchpad Debian Package Builder</name>
@@ -49,6 +49,7 @@ under the License.
         <launchpad.version>8</launchpad.version>
         <slingInstallDir>/opt/sling</slingInstallDir>
         <slingConfigDir>/etc/sling</slingConfigDir>
+        <debArtifactName>sling-server</debArtifactName>
     </properties>
     <build>
         <plugins>
@@ -63,6 +64,8 @@ under the License.
                             <goal>jdeb</goal>
                         </goals>
                         <configuration>
+                            <deb>${project.build.directory}/${debArtifactName}_${version}.deb</deb>
+                            <installDir>/opt/${debArtifactName}</installDir>
                             <snapshotExpand>true</snapshotExpand>
                             <snapshotEnv>BUILD_NUMBER</snapshotEnv>
                             <classifier>all</classifier>
@@ -78,7 +81,7 @@ under the License.
                                         <prefix>/etc</prefix>
                                     </mapper>
                                 </data>
-                                <!-- opt/sling - jar files -->
+                                <!-- opt/sling - jar files -->`
                                 <data>
                                     <src>${project.build.directory}/opt/sling</src>
                                     <type>directory</type>