Skip to content

Commit 520ecbc

Browse files
committed
U
1 parent eaf79fa commit 520ecbc

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

pom.xml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>io.github.fvarrui</groupId>
55
<artifactId>javapackager</artifactId>
6-
<version>0.8.9</version>
6+
<version>0.8.9-SNAPSHOT</version>
77
<packaging>maven-plugin</packaging>
88

99
<name>JavaPackager Maven Plugin</name>
@@ -35,7 +35,6 @@
3535
<connection>scm:git:git://github.com/fvarrui/JavaPackager.git</connection>
3636
<developerConnection>scm:git:git@github.com:fvarrui/fvarrui.git</developerConnection>
3737
<url>https://github.com/fvarrui/JavaPackager</url>
38-
<tag>javapackager-0.8.9</tag>
3938
</scm>
4039

4140
<dependencies>
@@ -104,28 +103,6 @@
104103
</executions>
105104
</plugin>
106105

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-
129106
<plugin>
130107
<artifactId>maven-deploy-plugin</artifactId>
131108
<version>2.8.2</version>

0 commit comments

Comments
 (0)