Skip to content
This repository was archived by the owner on May 22, 2020. It is now read-only.

Commit 45664d3

Browse files
committed
Remove source JAR
Signed-off-by: Ben Hale <bhale@pivotal.io>
1 parent d14209b commit 45664d3

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,6 @@
102102
</execution>
103103
</executions>
104104
</plugin>
105-
<plugin>
106-
<groupId>org.apache.maven.plugins</groupId>
107-
<artifactId>maven-source-plugin</artifactId>
108-
<version>3.2.1</version>
109-
<executions>
110-
<execution>
111-
<id>attach-sources</id>
112-
<goals>
113-
<goal>jar</goal>
114-
</goals>
115-
</execution>
116-
</executions>
117-
</plugin>
118105
<plugin>
119106
<groupId>org.apache.maven.plugins</groupId>
120107
<artifactId>maven-surefire-plugin</artifactId>

scripts/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
- put: package:maven.pkg.github.com|paketo-buildpacks|openssl-security-provider
8787
params:
8888
file: source/target/openssl-security-provider-*.jar
89+
pom_file: source/pom.xml
8990

9091
- name: release-docker-image
9192
public: true

0 commit comments

Comments
 (0)