You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/03/07 15:57:31 UTC

directory-fortress-commander git commit: release preps

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master 037ff8d4d -> 84fd40339


release preps


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/84fd4033
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/84fd4033
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/84fd4033

Branch: refs/heads/master
Commit: 84fd40339d4e10813e21914930bc43fe4b9b4a63
Parents: 037ff8d
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Mar 7 08:57:22 2016 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Mar 7 08:57:22 2016 -0600

----------------------------------------------------------------------
 pom.xml | 101 ++++++++++++++++++++++++++---------------------------------
 1 file changed, 45 insertions(+), 56 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/84fd4033/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c1bd336..1de230a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <groupId>org.apache.directory.fortress</groupId>
   <artifactId>fortress-web</artifactId>
   <packaging>war</packaging>
-  <version>1.0-RC41-SNAPSHOT</version>
+  <version>1.0-RC42-SNAPSHOT</version>
   <name>Apache Fortress Web</name>
   <url>http://directory.apache.org/fortress/</url>
   <description>Fortress Web is an ANSI RBAC INCITS 359 compliant administrative UI</description>
@@ -78,6 +78,19 @@
       <name>Emmanuel Lecharny</name>
       <email>elecharny@apache.org</email>
     </developer>
+
+    <developer>
+      <id>cpike</id>
+      <name>Chris Pike</name>
+      <email>cpike@apache.org</email>
+    </developer>
+
+    <developer>
+      <id>sindberg</id>
+      <name>Jan Sindberg</name>
+      <email>sindberg@apache.org</email>
+    </developer>
+
   </developers>
 
   <properties>
@@ -361,61 +374,6 @@
       </resource>
     </resources>
     <plugins>
-<!--
-        <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <inherited>true</inherited>
-          <configuration>
-            <excludeSubProjects>false</excludeSubProjects>
-            <excludes>
-              &lt;!&ndash; project excludes &ndash;&gt;
-              <exclude>**/jquery-ui.css</exclude>
-              <exclude>**/kendo.common.min.css</exclude>
-              <exclude>**/kendo.default.min.css</exclude>
-              <exclude>**/jquery-ui-1.10.2.custom.min.css</exclude>
-              <exclude>**/target/**</exclude>
-              <exclude>**/.classpath</exclude>
-              <exclude>**/.project</exclude>
-              <exclude>**/.settings/**</exclude>
-              <exclude>**/LICENSE.*</exclude>
-              <exclude>**/NOTICE-bin.txt</exclude>
-              <exclude>**/resources/**</exclude>
-            </excludes>
-          </configuration>
-          <executions>
-            <execution>
-              <phase>verify</phase>
-              <goals>
-                <goal>check</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
--->
-
-      <!-- Assemble a commander distro archive -->
-<!--
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>user_distribution</id>
-            <phase>package</phase>
-            <goals>
-              <goal>attached</goal>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <appendAssemblyId>false</appendAssemblyId>
-              <descriptors>
-                <descriptor>src/main/assembly/distsrc.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
--->
 
       <!-- Deploy the finished war -->
       <plugin>
@@ -539,6 +497,37 @@
       </plugin>
 
       <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludeSubProjects>false</excludeSubProjects>
+          <excludes>
+            <!-- MAVEN_DEFAULT_EXCLUDES -->
+            <exclude>**/target/**/*</exclude>
+            <exclude>**/cobertura.ser</exclude>
+            <!-- ECLIPSE_DEFAULT_EXCLUDES -->
+            <exclude>**/.classpath</exclude>
+            <exclude>**/.project</exclude>
+            <exclude>**/.settings/**/*</exclude>
+            <!-- IDEA_DEFAULT_EXCLUDES -->
+            <exclude>**/*.iml</exclude>
+            <exclude>**/*.ipr</exclude>
+            <exclude>**/*.iws</exclude>
+            <!-- MANIFEST_MF_EXCLUDES -->
+            <exclude>**/MANIFEST.MF</exclude>
+            <!-- GIT_EXCLUDES -->
+            <exclude>**/.git/**/*</exclude>
+            <!-- CERT_EXCLUDES -->
+            <exclude>**/*.pem</exclude>
+            <!-- EXTERNAL_CODE_EXCLUDES -->
+            <exclude>**/CmdLineParser.java</exclude>
+            <!-- Exclude logs -->
+            <exclude>**/*.log/**</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+
+      <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
           <execution>