Skip to content

Commit 7e9a333

Browse files
author
Thibault Debatty
committed
removed git-upload plugin
1 parent 81e6208 commit 7e9a333

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -125,26 +125,6 @@
125125
</configuration>
126126
</plugin>
127127

128-
<!-- To upload code to Github -->
129-
<plugin>
130-
<groupId>com.github.github</groupId>
131-
<artifactId>downloads-maven-plugin</artifactId>
132-
<version>0.6</version>
133-
<configuration>
134-
<description>Release ${project.version}</description>
135-
<override>true</override>
136-
<includeAttached>true</includeAttached>
137-
<server>github.com</server>
138-
</configuration>
139-
<executions>
140-
<execution>
141-
<goals>
142-
<goal>upload</goal>
143-
</goals>
144-
<phase>deploy</phase>
145-
</execution>
146-
</executions>
147-
</plugin>
148128
</plugins>
149129
</build>
150130
</project>

0 commit comments

Comments
 (0)