You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ch...@apache.org on 2015/01/15 12:19:51 UTC

svn commit: r1652062 - /sling/trunk/contrib/extensions/datasource/pom.xml

Author: chetanm
Date: Thu Jan 15 11:19:51 2015
New Revision: 1652062

URL: http://svn.apache.org/r1652062
Log:
SLING-4147 - Remove extensions from package name org.apache.sling.extensions.datasource.internal

-- Dropping the coverage profile as parent pom has explicit support for that
-- Reverting the version to 0.0.1-SNAPSHOT so at to attempt release again

Modified:
    sling/trunk/contrib/extensions/datasource/pom.xml

Modified: sling/trunk/contrib/extensions/datasource/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/datasource/pom.xml?rev=1652062&r1=1652061&r2=1652062&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/datasource/pom.xml (original)
+++ sling/trunk/contrib/extensions/datasource/pom.xml Thu Jan 15 11:19:51 2015
@@ -250,39 +250,5 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>coverage</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.jacoco</groupId>
-            <artifactId>jacoco-maven-plugin</artifactId>
-            <executions>
-              <!-- Default to setup argLine required by surefire -->
-              <execution>
-                <id>prepare-agent-surefire</id>
-                <phase>test-compile</phase>
-                <goals>
-                  <goal>prepare-agent</goal>
-                </goals>
-                <configuration>
-                  <propertyName>coverage.command</propertyName>
-                  <includes>
-                    <include>org.apache.sling.datasource.internal.*</include>
-                  </includes>
-                </configuration>
-              </execution>
-              <execution>
-                <id>report</id>
-                <phase>post-integration-test</phase>
-                <goals>
-                  <goal>report</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
 </project>