/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
- <project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.atlassian.amps.it</groupId>
- <artifactId>maven-amps-plugin-filter-plugin-descriptor-with-plugin-descriptor</artifactId>
- <version>testing</version>
- <name>TestFilterPluginDescriptor</name>
- <build>
- <plugins>
- <plugin>
- <groupId>com.atlassian.maven.plugins</groupId>
- <artifactId>maven-${shitty.product}-plugin</artifactId>
- <version>testing</version>
- </plugin>
- </plugins>
- </build>
- </project>