Add assembly tarball generation support.
authorAlexander Kurtakov <akurtako@redhat.com>
Tue, 12 Apr 2011 10:25:35 +0000 (13:25 +0300)
committerAlexander Kurtakov <akurtako@redhat.com>
Tue, 12 Apr 2011 10:25:35 +0000 (13:25 +0300)
.gitignore [new file with mode: 0644]
pom.xml

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ea8c4bf
--- /dev/null
@@ -0,0 +1 @@
+/target
diff --git a/pom.xml b/pom.xml
index a2c9acd00e76ac1c06adcaf7d99c76074198ad0a..1b0704969baebbdc709e9596a6e5a58d31ed6eb2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       </comments>
     </license>
   </licenses>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>../src.xml</descriptor>
+          </descriptors>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
   <modules>
     <module>org.eclipse.linuxtools.lttng</module>
This page took 0.028246 seconds and 5 git commands to generate.