~ubuntu-branches/ubuntu/trusty/maven-clean-plugin/trusty

« back to all changes in this revision

Viewing changes to src/test/resources/unit/locked-file-test/plugin-pom.xml

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2013-05-24 17:39:24 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130524173924-ecp0o03n82r1j3ko
Tags: 2.5-1
* New upstream release
* Added the missing --java-lib flag to libmaven-clean-plugin-java.poms
* Updated Standards-Version to 3.9.4 (no changes)
* debian/copyright: Updated the Format URI to 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
      <plugin>
24
24
        <artifactId>maven-clean-plugin</artifactId>
25
25
        <configuration>
26
 
          <project implementation="org.apache.maven.plugin.clean.stubs.CleanProjectStub"/>
27
26
          <directory>${basedir}/target/test-classes/unit/locked-file-test/buildDirectory</directory>
28
27
          <verbose>true</verbose>
29
28
          <failOnError>true</failOnError>