/maven-amps-plugin/src/it/filterPluginDescriptorWithoutPluginDescriptor/pom.xml

https://bitbucket.org/mmeinhold/amps · XML · 18 lines · 16 code · 2 blank · 0 comment · 0 complexity · b6ca128e4b608c16901e628c47cbe68c MD5 · raw file

  1. <project>
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>com.atlassian.amps.it</groupId>
  4. <artifactId>maven-amps-plugin-filter-plugin-descriptor-with-plugin-descriptor</artifactId>
  5. <version>testing</version>
  6. <name>TestFilterPluginDescriptor</name>
  7. <build>
  8. <plugins>
  9. <plugin>
  10. <groupId>com.atlassian.maven.plugins</groupId>
  11. <artifactId>maven-${shitty.product}-plugin</artifactId>
  12. <version>testing</version>
  13. </plugin>
  14. </plugins>
  15. </build>
  16. </project>