Skip to content

Commit bf4c714

Browse files
committed
U create checksum for pom
1 parent a8b20ca commit bf4c714

File tree

9 files changed

+44
-8
lines changed

9 files changed

+44
-8
lines changed

pom.xml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,29 @@
109109
<version>1.8</version>
110110
<executions>
111111
<execution>
112-
<id>create-checksums</id>
112+
<id>create-artifact-checksums</id>
113113
<phase>package</phase>
114114
<goals>
115115
<goal>artifacts</goal>
116116
</goals>
117117
</execution>
118+
<execution>
119+
<id>create-pom-checksums</id>
120+
<phase>install</phase>
121+
<goals>
122+
<goal>files</goal>
123+
</goals>
124+
<configuration>
125+
<fileSets>
126+
<fileSet>
127+
<directory>${project.basedir}/releases/fvarrui/maven/javapackager/${project.version}</directory>
128+
<includes>
129+
<include>${project.artifactId}-${project.version}.pom</include>
130+
</includes>
131+
</fileSet>
132+
</fileSets>
133+
</configuration>
134+
</execution>
118135
</executions>
119136
</plugin>
120137
<plugin>
@@ -142,7 +159,7 @@
142159
</resources>
143160
</configuration>
144161
</execution>
145-
</executions>
162+
</executions>
146163
</plugin>
147164
</plugins>
148165
</build>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2-
#Sun Feb 16 13:19:36 WET 2020
2+
#Sun Feb 16 13:31:29 WET 2020
33
javapackager-0.8.9.jar>=
44
javapackager-0.8.9.pom>=
45 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22eb4cc69e85fc46cae07bdc773d3a4c
1+
240a5142bf3e9da7607b895302ba77d8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8f3cae8270d455fdcb78d6771a3401ffbb641cba
1+
901600e7420d421fb45f2e01c0cc6c3107fdf756

releases/fvarrui/maven/javapackager/0.8.9/javapackager-0.8.9.pom

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,29 @@
109109
<version>1.8</version>
110110
<executions>
111111
<execution>
112-
<id>create-checksums</id>
112+
<id>create-artifact-checksums</id>
113113
<phase>package</phase>
114114
<goals>
115115
<goal>artifacts</goal>
116116
</goals>
117117
</execution>
118+
<execution>
119+
<id>create-pom-checksums</id>
120+
<phase>install</phase>
121+
<goals>
122+
<goal>files</goal>
123+
</goals>
124+
<configuration>
125+
<fileSets>
126+
<fileSet>
127+
<directory>${project.basedir}/releases/fvarrui/maven/javapackager/${project.version}</directory>
128+
<includes>
129+
<include>${project.artifactId}-${project.version}.pom</include>
130+
</includes>
131+
</fileSet>
132+
</fileSets>
133+
</configuration>
134+
</execution>
118135
</executions>
119136
</plugin>
120137
<plugin>
@@ -142,7 +159,7 @@
142159
</resources>
143160
</configuration>
144161
</execution>
145-
</executions>
162+
</executions>
146163
</plugin>
147164
</plugins>
148165
</build>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3306cc70fe12af37bfd4de4103c27a81
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
48d2f27b1eb4677315568cdb8c131f6351f493f0

releases/fvarrui/maven/javapackager/maven-metadata-local.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
<version>0.8.8</version>
2121
<version>0.8.9</version>
2222
</versions>
23-
<lastUpdated>20200216131936</lastUpdated>
23+
<lastUpdated>20200216133129</lastUpdated>
2424
</versioning>
2525
</metadata>

0 commit comments

Comments
 (0)