Author: pkluegl
Date: Wed Feb  6 14:16:05 2013
New Revision: 1442976

URL: http://svn.apache.org/viewvc?rev=1442976&view=rev
Log:
no jira - prototypical config for assembly vs deploy

Modified:
    uima/sandbox/textmarker/trunk/pom.xml

Modified: uima/sandbox/textmarker/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/pom.xml?rev=1442976&r1=1442975&r2=1442976&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/pom.xml Wed Feb  6 14:16:05 2013
@@ -25,6 +25,7 @@
   <url>${uimaWebsiteUrl}</url>
   <properties>
     <jiraVersion>12323872</jiraVersion>
+    <assembly.attach>false</assembly.attach>
   </properties>
 
   <!-- override pom setting in the build project. JIRA 5.1 needs different URL 
-->
@@ -147,6 +148,21 @@
   </build>
   <profiles>
     <profile>
+      <id>build distribution</id>
+      <build>
+        <plugins>
+          <plugin>
+            <!-- do not skip maven deployment of this project's artifacts -->
+            <artifactId>maven-deploy-plugin</artifactId>      
+            <configuration>
+              <skip>false</skip>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+      
+    <profile>
       <id>apache-release</id>
       <build>
         <plugins>


Reply via email to