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:
bwalding
2003-02-16 21:58:10 +00:00
parent 2c538444c2
commit b97acf616b

View File

@@ -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>