o Added reminder to refresh the project
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112939 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
<j:set var="depVersion">${pom.getPluginContext('maven-test-plugin').getVariable('plugin').getDependency('junit').getVersion()}</j:set>
|
||||
|
||||
<j:if test="${pom.getDependency('junit') != null}">
|
||||
<j:if test="${pom.getDependency('junit') != null}">
|
||||
<j:set var="depVersion" value="${pom.getDependency('junit').getVersion()}"/>
|
||||
</j:if>
|
||||
|
||||
@@ -80,6 +80,9 @@
|
||||
</classpath>
|
||||
</j:file>
|
||||
|
||||
<echo>Now refresh your project in Eclipse (right click on the project and select "Refresh")</echo>
|
||||
|
||||
|
||||
</goal>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user