/plugin-module-codegen-engine/src/test/resources/test-pom.xml
https://bitbucket.org/mmeinhold/amps · XML · 30 lines · 30 code · 0 blank · 0 comment · 0 complexity · 806cc601ea7bdc4c19ea5250e8944b71 MD5 · raw file
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.atlassian.plugins</groupId>
- <artifactId>amps-test-pom</artifactId>
- <version>1.0</version>
- <packaging>atlassian-plugin</packaging>
- <name>AMPS Test POM</name>
- <dependencies>
- <dependency>
- <groupId>com.atlassian.plugins</groupId>
- <artifactId>test-artifact-1</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.atlassian.plugins</groupId>
- <artifactId>test-artifact-2</artifactId>
- <version>1.1</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>com.atlassian.maven.plugins</groupId>
- <artifactId>maven-amps-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- </project>