Skip to content

Commit

Permalink
Merge pull request Azure#7 from gcheng/dev
Browse files Browse the repository at this point in the history
Synchronize the AssetCRUD branch with the dev branch.
  • Loading branch information
Albert Cheng committed Sep 17, 2012
2 parents b2c91d1 + d2b0190 commit 38b7fbf
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion microsoft-azure-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@
</configuration>
</plugin>


</plugins>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -249,4 +248,18 @@
</plugins>
</pluginManagement>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>emma-maven-plugin</artifactId>
<inherited>true</inherited>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
<inherited>true</inherited>
</plugin>
</plugins>
</reporting>
</project>

0 comments on commit 38b7fbf

Please sign in to comment.