You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/06/06 13:50:18 UTC

[3/5] git commit: [flex-falcon] [refs/heads/develop] - - Configured the parent to make it easier to run a sonar analysis

- Configured the parent to make it easier to run a sonar analysis


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ddb6c8fd
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ddb6c8fd
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ddb6c8fd

Branch: refs/heads/develop
Commit: ddb6c8fd1011f5d5e0403919b077f6a5fa87d773
Parents: 693e466
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Jun 6 15:28:45 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Jun 6 15:28:45 2016 +0200

----------------------------------------------------------------------
 pom.xml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ddb6c8fd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ad1b635..6b59500 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,6 +171,29 @@
 
     <build>
         <plugins>
+            <!--plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-enforcer-plugin</artifactId>
+                <version>1.4.1</version>
+                <executions>
+                    <execution>
+                        <id>enforce at least one profile activation</id>
+                        <goals>
+                            <goal>enforce</goal>
+                        </goals>
+                        <configuration>
+                            <rules>
+                                <requireActiveProfile>
+                                    <profiles>utils,compiler,externs</profiles>
+                                    <all>false</all>
+                                </requireActiveProfile>
+                            </rules>
+                            <fail>true</fail>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin-->
+
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
@@ -428,6 +451,11 @@
                 </executions-->
             </plugin>
 
+            <plugin>
+                <groupId>org.sonarsource.scanner.maven</groupId>
+                <artifactId>sonar-maven-plugin</artifactId>
+                <version>3.0.2</version>
+            </plugin>
         </plugins>
     </build>