You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2014/04/02 13:23:34 UTC

[1/2] git commit: Add more excludes to the apache-rat-plugin

Repository: incubator-stratos
Updated Branches:
  refs/heads/master c1717248a -> 8d80a6cb0


Add more excludes to the apache-rat-plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/55de0011
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/55de0011
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/55de0011

Branch: refs/heads/master
Commit: 55de0011658eab7572cd307dfb5488ce2aa9e3df
Parents: e7d590c
Author: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Authored: Wed Apr 2 16:52:52 2014 +0530
Committer: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Committed: Wed Apr 2 16:52:52 2014 +0530

----------------------------------------------------------------------
 pom.xml | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 61 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/55de0011/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1984746..d98e5ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,6 +124,36 @@
                                 <exclude>**/.project</exclude>
                                 <exclude>**/.classpath</exclude>
                                 <exclude>**/.git/**/*</exclude>
+                                <exclude>**/README.md</exclude>
+                                <exclude>**/MANIFEST.MF</exclude>
+                                <exclude>**/edit_area/**/*</exclude>
+                                <exclude>**/editarea/**/*</exclude>
+                                <exclude>**/jquery/**/*</exclude>
+                                <exclude>**/jquery*</exclude>
+                                <exclude>**/*.iml</exclude>
+                                <exclude>**/*.iws</exclude>
+                                <exclude>**/*.ipr</exclude>
+                                <exclude>**/.gitignore</exclude>
+                                <exclude>**/payload/launch-params</exclude>
+                                <exclude>**/*.key</exclude>
+                                <exclude>**/bootstrap*.css</exclude>
+                                <exclude>**/animation.css</exclude>
+                                <exclude>**/fontello*</exclude>
+                                <exclude>**/jaggery.conf</exclude>
+                                <exclude>**/zoo.cfg</exclude>
+                                <exclude>**/scripts/*/customization</exclude>
+                                <exclude>**/siddhi.extension</exclude>
+                                <exclude>**/templates/*.cfg.template</exclude>
+                                <exclude>**/instrumentation.txt</exclude>
+                                <exclude>**/*json</exclude>
+
+
+                                <!-- Added following based on jclouds -->
+                                <exclude>**/src/test/resources/**/*.xml</exclude>
+                                <!-- META-INF/services files -->
+                                <exclude>**/services/*LoggingModule</exclude>
+                                <exclude>**/services/*ApiMetadata</exclude>
+                                <exclude>**/services/*ProviderMetadata</exclude>
                             </excludes>
 			    <excludeSubProjects>false</excludeSubProjects>
                         </configuration>
@@ -163,16 +193,36 @@
                                 <exclude>**/.project</exclude>
                                 <exclude>**/.classpath</exclude>
                                 <exclude>**/.git/**/*</exclude>
-				<exclude>**/edit_area/**/*</exclude>
-				<exclude>**/editarea/**/*</exclude>
-				<exclude>**/jquery/**/*</exclude>
-				<exclude>**/jquery*</exclude>
-				<exclude>**/*.iml</exclude>
-				<exclude>**/*.iws</exclude>
-				<exclude>**/*.ipr</exclude>
-				<exclude>**/.gitignore</exclude>
-				<exclude>**/payload/launch-params</exclude>
-				<exclude>**/*.key</exclude>
+                                <exclude>**/README.md</exclude>
+                                <exclude>**/MANIFEST.MF</exclude>
+                                <exclude>**/edit_area/**/*</exclude>
+                                <exclude>**/editarea/**/*</exclude>
+                                <exclude>**/jquery/**/*</exclude>
+                                <exclude>**/jquery*</exclude>
+                                <exclude>**/*.iml</exclude>
+                                <exclude>**/*.iws</exclude>
+                                <exclude>**/*.ipr</exclude>
+                                <exclude>**/.gitignore</exclude>
+                                <exclude>**/payload/launch-params</exclude>
+                                <exclude>**/*.key</exclude>
+                                <exclude>**/bootstrap*.css</exclude>
+                                <exclude>**/animation.css</exclude>
+                                <exclude>**/fontello*</exclude>
+                                <exclude>**/jaggery.conf</exclude>
+                                <exclude>**/zoo.cfg</exclude>
+                                <exclude>**/scripts/*/customization</exclude>
+                                <exclude>**/siddhi.extension</exclude>
+                                <exclude>**/templates/*.cfg.template</exclude>
+                                <exclude>**/instrumentation.txt</exclude>
+                                <exclude>**/*json</exclude>
+
+
+                                <!-- Added following based on jclouds -->
+                                <exclude>**/src/test/resources/**/*.xml</exclude>
+                                <!-- META-INF/services files -->
+                                <exclude>**/services/*LoggingModule</exclude>
+                                <exclude>**/services/*ApiMetadata</exclude>
+                                <exclude>**/services/*ProviderMetadata</exclude>
                             </excludes>
 			    <licenses>
             			<license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
@@ -279,7 +329,7 @@
                                 </licenseFamily>
           		    </licenseFamilies>
 			    <addLicenseHeaders>forced</addLicenseHeaders>
-                            <ignoreErrors>true</ignoreErrors>
+                            <ignoreErrors>false</ignoreErrors>
 			    <excludeSubProjects>false</excludeSubProjects>
                         </configuration>
                         <executions>


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos

Posted by is...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/8d80a6cb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/8d80a6cb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/8d80a6cb

Branch: refs/heads/master
Commit: 8d80a6cb0f2b88de7361e529440187451cc6d693
Parents: 55de001 c171724
Author: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Authored: Wed Apr 2 16:53:12 2014 +0530
Committer: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Committed: Wed Apr 2 16:53:12 2014 +0530

----------------------------------------------------------------------
 components/org.apache.stratos.cloud.controller/pom.xml |  2 +-
 .../manager/subscription/LBCartridgeSubscription.java  | 13 +++++++++----
 .../pom.xml                                            |  8 ++++----
 3 files changed, 14 insertions(+), 9 deletions(-)
----------------------------------------------------------------------