CCM NG:
- Removed custom repository for hibernate4-ddl-maven-plugin because the plugin is now available at Maven Central - Added JDepend report git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3525 8810af33-2d31-482b-a856-94f89814c4dfpull/2/head
parent
a046640210
commit
1910d3d656
|
|
@ -377,6 +377,11 @@
|
|||
<artifactId>javancss-maven-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>jdepend-maven-plugin</artifactId>
|
||||
<version>2.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
|
|
|
|||
4
pom.xml
4
pom.xml
|
|
@ -40,7 +40,7 @@
|
|||
<module>ccm-testutils</module>
|
||||
</modules>
|
||||
|
||||
<repositories>
|
||||
<!--<repositories>
|
||||
<repository>
|
||||
<id>jp-digital-snapshots</id>
|
||||
<url>http://archiva.jp-digital.de/repository/jp-digital-snapshots/</url>
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
</repositories>-->
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
|
|
|
|||
Loading…
Reference in New Issue