Skip to content

Commit

Permalink
B-01818: Use Maven for CE/EE
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Apr 6, 2011
1 parent fd188b6 commit 28b3449
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ target/
*.iws
*.ipr
**.iml
.idea
8 changes: 8 additions & 0 deletions modules/cms-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,12 @@
</dependency-->
</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 28b3449

Please sign in to comment.