Skip to content

Commit

Permalink
apparently the eclipse maven repository has been fixed, adding eclips…
Browse files Browse the repository at this point in the history
…e repository back into pom.xml
  • Loading branch information
Jeff Lai committed Aug 8, 2012
1 parent 83ad844 commit 33414cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
</properties>

<repositories>
<!-- <repository>
<repository>
<id>eclipse</id>
<name>Eclipse Repository</name>
<layout>default</layout>
<url>http://maven.eclipse.org/nexus/content/repositories/testing</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository> -->
</repository>
</repositories>

<pluginRepositories>
Expand Down Expand Up @@ -189,7 +189,7 @@
</resources>

<filters>
<filter>src/test/filters/test.properties</filter>
<filter>src/test/resources/testfilter.properties</filter>
</filters>
<testResources>
<testResource>
Expand Down

0 comments on commit 33414cf

Please sign in to comment.