This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.datasource-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-datasource.git
commit be009e1abbec1965c33f25ba56ab9246f2b2b179 Author: Chetan Mehrotra <[email protected]> AuthorDate: Thu Jan 15 11:19:51 2015 +0000 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 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/datasource@1652062 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/pom.xml b/pom.xml index 1ea501f..944710c 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
