We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e6208 commit 7e9a333Copy full SHA for 7e9a333
pom.xml
@@ -125,26 +125,6 @@
125
</configuration>
126
</plugin>
127
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>
148
</plugins>
149
</build>
150
</project>
0 commit comments