Basic test case for jnlp goal ensuring it produces the correct output

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115519 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2004-06-19 21:14:59 +00:00
parent de8723470b
commit d505f45d78

View File

@@ -24,9 +24,10 @@
</goal>
<goal name="test-jnlp">
<!--attainGoal name="jnlp"/-->
<!-- make sure code got compiled -->
<!--assert:assertFileExists file="${maven.build.dest}/org/apache/maven/Dummy.class" /-->
<!-- other tests go here -->
<attainGoal name="jnlp"/>
<assert:assertFileExists file="${maven.build.dest}/org/apache/maven/Dummy.class" />
<assert:assertFileExists file="${maven.build.dir}/${maven.final.name}.jar" />
<assert:assertFileExists file="${maven.jnlp.dir}/${pom.artifactId}.jnlp" />
<!-- content tests go here -->
</goal>
</project>