You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2019/11/30 20:16:41 UTC

svn commit: r1870649 - /ctakes/trunk/ctakes-web-rest/pom.xml

Author: seanfinan
Date: Sat Nov 30 20:16:41 2019
New Revision: 1870649

URL: http://svn.apache.org/viewvc?rev=1870649&view=rev
Log:
Backing out a little bit until the assembly is ready.

Modified:
    ctakes/trunk/ctakes-web-rest/pom.xml

Modified: ctakes/trunk/ctakes-web-rest/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-web-rest/pom.xml?rev=1870649&r1=1870648&r2=1870649&view=diff
==============================================================================
--- ctakes/trunk/ctakes-web-rest/pom.xml (original)
+++ ctakes/trunk/ctakes-web-rest/pom.xml Sat Nov 30 20:16:41 2019
@@ -22,22 +22,27 @@
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-fhir</artifactId>
+         <version>${ctakes.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-coreference</artifactId>
+         <version>${ctakes.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-examples-res</artifactId>
+         <version>${ctakes.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-side-effect</artifactId>
+         <version>${ctakes.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-smoking-status</artifactId>
+         <version>${ctakes.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
@@ -101,6 +106,7 @@
 	<build>
 		<finalName>ctakes-web-rest</finalName>
 		<plugins>
+
 			<plugin>
 				<artifactId>maven-compiler-plugin</artifactId>
 				<version>2.4</version>
@@ -110,37 +116,16 @@
 					<compilerArgument>-Xlint</compilerArgument>
 				</configuration>
 			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-deploy-plugin</artifactId>
-				<version>2.7</version>
-				<configuration>
-					<skip>true</skip>
-				</configuration>
-			</plugin>
-			<plugin>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<version>2.4</version>
-				<executions>
-					<execution>
-						<id>bundle-project-sources</id>
-						<phase>package</phase>
-						<goals>
-							<goal>single</goal>
-						</goals>
-						<configuration>
-							<descriptors>
-								<descriptor>src/main/assembly/web-rest.xml</descriptor>
-							</descriptors>
-							<!-- Tar package is only compatible with gnu tar, many files have more
-                         than 100 chars. Right now only javadoc files are too long. -->
-							<tarLongFileMode>gnu</tarLongFileMode>
-
-							<finalName>ctakes-web-rest-${ctakes.version}</finalName>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
+
+         <!--			<plugin>-->
+         <!--				<groupId>org.apache.maven.plugins</groupId>-->
+         <!--				<artifactId>maven-war-plugin</artifactId>-->
+         <!--				<version>3.2.3</version>-->
+         <!--				<configuration>-->
+         <!--					<warName>ctakes-web-rest</warName>-->
+         <!--				</configuration>-->
+         <!--			</plugin>-->
+
+      </plugins>
 	</build>
 </project>