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:
@@ -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>
|
||||
Reference in New Issue
Block a user