|
3 | 3 |
|
4 | 4 | <groupId>io.github.fvarrui</groupId> |
5 | 5 | <artifactId>javapackager</artifactId> |
6 | | - <version>0.8.9</version> |
| 6 | + <version>0.8.9-SNAPSHOT</version> |
7 | 7 | <packaging>maven-plugin</packaging> |
8 | 8 |
|
9 | 9 | <name>JavaPackager Maven Plugin</name> |
|
35 | 35 | <connection>scm:git:git://github.com/fvarrui/JavaPackager.git</connection> |
36 | 36 | <developerConnection>scm:git:git@github.com:fvarrui/fvarrui.git</developerConnection> |
37 | 37 | <url>https://github.com/fvarrui/JavaPackager</url> |
38 | | - <tag>javapackager-0.8.9</tag> |
39 | 38 | </scm> |
40 | 39 |
|
41 | 40 | <dependencies> |
|
104 | 103 | </executions> |
105 | 104 | </plugin> |
106 | 105 |
|
107 | | - <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> |
108 | | - <version>3.0.0-M1</version> <configuration> <createChecksum>true</createChecksum> |
109 | | - </configuration> <executions> <execution> <id>release</id> <phase>install</phase> |
110 | | - <goals> <goal>install-file</goal> </goals> <configuration> <localRepositoryPath>releases</localRepositoryPath> |
111 | | - <file>${project.build.directory}/${project.artifactId}-${project.version}.jar</file> |
112 | | - </configuration> </execution> </executions> </plugin> <plugin> <groupId>net.nicoulaj.maven.plugins</groupId> |
113 | | - <artifactId>checksum-maven-plugin</artifactId> <version>1.8</version> <executions> |
114 | | - <execution> <id>create-artifact-checksums</id> <phase>package</phase> <goals> |
115 | | - <goal>artifacts</goal> </goals> </execution> <execution> <id>create-pom-checksums</id> |
116 | | - <phase>install</phase> <goals> <goal>files</goal> </goals> <configuration> |
117 | | - <fileSets> <fileSet> <directory>${project.basedir}/releases/io/github/fvarrui/javapackager/${project.version}</directory> |
118 | | - <includes> <include>${project.artifactId}-${project.version}.pom</include> |
119 | | - </includes> </fileSet> </fileSets> </configuration> </execution> </executions> |
120 | | - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> |
121 | | - <version>3.1.0</version> <executions> <execution> <id>copy-checksums</id> |
122 | | - <phase>install</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> |
123 | | - <outputDirectory>${project.basedir}/releases/io/github/fvarrui/javapackager/${project.version}</outputDirectory> |
124 | | - <overwrite>true</overwrite> <resources> <resource> <directory>${project.build.directory}</directory> |
125 | | - <includes> <include>${project.artifactId}-${project.version}.jar.md5</include> |
126 | | - <include>${project.artifactId}-${project.version}.jar.sha1</include> </includes> |
127 | | - </resource> </resources> </configuration> </execution> </executions> </plugin> --> |
128 | | - |
129 | 106 | <plugin> |
130 | 107 | <artifactId>maven-deploy-plugin</artifactId> |
131 | 108 | <version>2.8.2</version> |
|
0 commit comments