You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2017/09/28 13:58:29 UTC

svn commit: r1809999 - /uima/uv3/uimaj-v3/trunk/pom.xml

Author: schor
Date: Thu Sep 28 13:58:28 2017
New Revision: 1809999

URL: http://svn.apache.org/viewvc?rev=1809999&view=rev
Log:
no Jira - add a profile to run the org.owasp dependency-check-maven plugin.  

Modified:
    uima/uv3/uimaj-v3/trunk/pom.xml

Modified: uima/uv3/uimaj-v3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/pom.xml?rev=1809999&r1=1809998&r2=1809999&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/pom.xml (original)
+++ uima/uv3/uimaj-v3/trunk/pom.xml Thu Sep 28 13:58:28 2017
@@ -335,6 +335,24 @@
 
   <profiles>
     <profile>
+      <id>dependency-checks</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.owasp</groupId>
+            <artifactId>dependency-check-maven</artifactId>
+            <version>2.1.1</version>
+            <executions>
+              <execution>
+               <goals><goal>check</goal></goals>
+               </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    
+    <profile>
       <id>apache-release</id>
       
       <build>