pom
1 parent 7f6d988 commit 251cf84c2185d073a5e2d32a82bccbcd15781dbe
@haya4 haya4 authored on 2 Oct 2020
Showing 1 changed file
View
47
pom.xml
<artifactId>commons-imaging</artifactId>
<version>1.0-alpha2</version>
<type>jar</type>
</dependency>
<!-- https://mvnrepository.com/artifact/org.codehaus.plexus/plexus-utils -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.5</version>
<!-- https://mvnrepository.com/artifact/com.googlecode.maven-download-plugin/download-maven-plugin -->
<dependency>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.6.0</version>
<scope>test</scope>
<type>jar</type>
</dependency>
<scope>test</scope>
<type>jar</type>
</dependency>
<!-- https://mvnrepository.com/artifact/com.googlecode.maven-download-plugin/download-maven-plugin -->
<dependency>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.6.0</version>
<scope>test</scope>
<type>jar</type>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-release-plugin -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</dependency>
 
</dependencies>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.5</version>
</plugin>
<!-- mvn generate-test-resources:get -->
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
</execution>
</executions>
</plugin>
<!-- mvn deploy -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
 
<!-- mvn release:prepare -->
<!-- mvn release:perform -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>