Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
fixed pom.xml, added flexCpd maven plugin reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nehrajsa committed May 9, 2011
1 parent 6cdb435 commit 00f295b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -13,3 +13,5 @@ Thumbs.db
*.ipr
*.iws
*.swf
target

15 changes: 13 additions & 2 deletions pom.xml
Expand Up @@ -82,7 +82,7 @@
</dependencies>
<repositories>
<repository>
<id>flex-mojos-repository</id>
<id>flexmojos-repository</id>
<url>http://repository.sonatype.org/content/groups/flexgroup/</url>
<releases>
<enabled>true</enabled>
Expand All @@ -94,7 +94,7 @@
</repositories>
<pluginRepositories>
<pluginRepository>
<id>flex-mojos-plugin-repository</id>
<id>flexmojos-plugin-repository</id>
<url>http://repository.sonatype.org/content/groups/flexgroup/</url>
<releases>
<enabled>true</enabled>
Expand All @@ -103,5 +103,16 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>flexpmd.opensource.adobe</id>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<name>FlexPMD repository on opensource.adobe.com</name>
<url>http://opensource.adobe.com/svn/opensource/flexpmd/maven-repository/release/</url>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit 00f295b

Please sign in to comment.