Skip to content

Commit

Permalink
Merge pull request mybatis#429 from hazendaz/master
Browse files Browse the repository at this point in the history
Remove cobertura and site deploy changes
  • Loading branch information
hazendaz committed Jul 12, 2015
2 parents 66b3a46 + 6f52f62 commit 093aa86
Showing 1 changed file with 6 additions and 28 deletions.
34 changes: 6 additions & 28 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@
</ciManagement>
<distributionManagement>
<site>
<id>github</id>
<url>gitsite:[email protected]/mybatis/mybatis-3.git</url>
<id>gh-pages</id>
<name>Mybatis GitHub Pages</name>
<url>github:ssh://mybatis.github.io/mybatis-3/</url>
</site>
</distributionManagement>

Expand Down Expand Up @@ -149,7 +150,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.19.0-GA</version>
<version>3.20.0-GA</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -303,32 +304,9 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<configuration>
<exclude>org.apache.ibatis.ognl.*</exclude>
<exclude>org.apache.ibatis.javassist.*</exclude>
<exclude>org.apache.ibatis.ognl.*</exclude>
<exclude>org.apache.ibatis.javassist.*</exclude>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<configuration>
<instrumentation>
<ignores>
<ignore>org.apache.ibatis.ognl.*</ignore>
<ignore>org.apache.ibatis.javassist.*</ignore>
</ignores>
<excludes>
<exclude>org/apache/ibatis/ognl/**/*.class</exclude>
<exclude>org/apache/ibatis/javassist/**/*.class</exclude>
</excludes>
</instrumentation>
</configuration>
<executions>
<execution>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>

Expand Down

0 comments on commit 093aa86

Please sign in to comment.