You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2015/05/21 09:40:21 UTC

[03/15] incubator-tamaya git commit: Deactivated jqAssistant, because I lost again useless time because the tool was breaking the build. Discussions on tooling is required IMO.

Deactivated jqAssistant, because I lost again useless time because the tool was breaking the build. Discussions on tooling is required IMO.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/28e56941
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/28e56941
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/28e56941

Branch: refs/heads/master
Commit: 28e56941c85cc18fafa7987953708bf94ea04648
Parents: 58bda32
Author: anatole <an...@apache.org>
Authored: Fri May 15 14:10:46 2015 +0200
Committer: anatole <an...@apache.org>
Committed: Fri May 15 14:10:46 2015 +0200

----------------------------------------------------------------------
 pom.xml | 35 -----------------------------------
 1 file changed, 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/28e56941/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7b466c4..efa54b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,6 @@ under the License.
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <jackson.version>2.5.1</jackson.version>
         <junit.version>4.12</junit.version>
-        <jqassistant.version>1.0.0</jqassistant.version>
 
         <!-- Dependency and plugin relate version properties go here -->
         <arquillian.version>1.1.7.Final</arquillian.version>
@@ -472,45 +471,12 @@ under the License.
                     <version>3.3</version>
                     <inherited>true</inherited>
                 </plugin>
-                <plugin>
-                    <groupId>com.buschmais.jqassistant.scm</groupId>
-                    <artifactId>jqassistant-maven-plugin</artifactId>
-                    <version>${jqassistant.version}</version>
-                    <configuration>
-                        <storeDirectory>jqassistant.datastore</storeDirectory>
-                    </configuration>
-
-                    <executions>
-                        <execution>
-                            <id>scan</id>
-                            <goals>
-                                <goal>scan</goal>
-                            </goals>
-                        </execution>
-                        <execution>
-                            <id>analyze</id>
-                            <goals>
-                                <goal>analyze</goal>
-                            </goals>
-                            <configuration>
-                                <!-- @todo Enable after 1.0.0-RC2 -->
-                                <failOnViolations>true</failOnViolations>
-                            </configuration>
-                        </execution>
-                    </executions>
-                </plugin>
-
             </plugins>
         </pluginManagement>
 
 
         <plugins>
             <plugin>
-                <groupId>com.buschmais.jqassistant.scm</groupId>
-                <artifactId>jqassistant-maven-plugin</artifactId>
-            </plugin>
-
-            <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
             </plugin>
@@ -681,7 +647,6 @@ under the License.
                 <checkstyle.skip>true</checkstyle.skip>
                 <findbugs.skip>true</findbugs.skip>
                 <rat.skip>true</rat.skip>
-                <jqassistant.skip>true</jqassistant.skip>
             </properties>
         </profile>