Skip to content

Commit

Permalink
Issue #310: fake refence to old artifact was added to let it pas buil…
Browse files Browse the repository at this point in the history
…d process
  • Loading branch information
romani committed Oct 28, 2015
1 parent 26b7997 commit c4f6665
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions sevntu-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
<checkstyle.version>6.11.2</checkstyle.version>
<checkstyle.plugin.version>2.17</checkstyle.plugin.version>
<sevntu.maven.plugin>RELEASE</sevntu.maven.plugin>
</properties>

<dependencies>
Expand Down Expand Up @@ -89,8 +90,7 @@
<dependency>
<groupId>com.github.sevntu.checkstyle</groupId>
<artifactId>sevntu-checkstyle-maven-plugin</artifactId>
<version>${project.version}</version>
<optional>true</optional>
<version>${sevntu.maven.plugin}</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -216,5 +216,13 @@
</build>
</profile>
</profiles>


<pluginRepositories>
<pluginRepository>
<id>sevntu-maven</id>
<name>sevntu-maven</name>
<url>http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2</url>
</pluginRepository>
</pluginRepositories>

</project>

0 comments on commit c4f6665

Please sign in to comment.