Skip to content

Commit 02a4911

Browse files
committed
Remove maven-upload-plugin
Do not upload bundled JARs to learnlib FTP server. The artifacts will also be deployed to the central maven repository and can therefore be linked anyway. Plus, maven central probably has better bandwidth/availability than our end-user FTP server, anyway.
1 parent dbde9e3 commit 02a4911

2 files changed

Lines changed: 0 additions & 55 deletions

File tree

distribution/pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -580,33 +580,11 @@ limitations under the License.
580580
</artifact>
581581
</artifacts>
582582
</configuration>
583-
</execution>
584-
</executions>
585-
</plugin>
586-
587-
588-
589-
<plugin>
590-
<groupId>com.atlassian.maven.plugins</groupId>
591-
<artifactId>maven-upload-plugin</artifactId>
592-
<inherited>false</inherited>
593-
<executions>
594-
<execution>
595-
<id>upload-bundles</id>
596-
<phase>deploy</phase>
597-
<goals>
598-
<goal>upload</goal>
599-
</goals>
600-
<configuration>
601-
<resourceSrc>${project.build.directory}/bundles/*</resourceSrc>
602-
<resourceDest>/files/releases/${project.version}</resourceDest>
603-
</configuration>
604583
</execution>
605584
</executions>
606585
</plugin>
607586
</plugins>
608587
</build>
609588
</profile>
610589
</profiles>
611-
612590
</project>

pom.xml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -312,15 +312,6 @@ limitations under the License.
312312
<tagNameFormat>learnlib-@{version}</tagNameFormat>
313313
</configuration>
314314
</plugin>
315-
<plugin>
316-
<groupId>com.atlassian.maven.plugins</groupId>
317-
<artifactId>maven-upload-plugin</artifactId>
318-
<version>${upload-plugin.version}</version>
319-
<configuration>
320-
<serverId>learnlib-de</serverId>
321-
<url>sftp://www155.your-server.de/</url>
322-
</configuration>
323-
</plugin>
324315
<plugin>
325316
<groupId>org.apache.maven.plugins</groupId>
326317
<artifactId>maven-source-plugin</artifactId>
@@ -1114,30 +1105,6 @@ limitations under the License.
11141105
</dependencies>
11151106
</dependencyManagement>
11161107

1117-
<pluginRepositories>
1118-
<!-- Ensure preference over the atlassian plugin repository -->
1119-
<pluginRepository>
1120-
<releases>
1121-
<enabled>true</enabled>
1122-
</releases>
1123-
<snapshots>
1124-
<enabled>false</enabled>
1125-
</snapshots>
1126-
<id>central</id>
1127-
<url>http://repo1.maven.org/maven2</url>
1128-
</pluginRepository>
1129-
1130-
<!-- For maven-upload-plugin -->
1131-
<pluginRepository>
1132-
<id>atlassian-public</id>
1133-
<url>https://maven.atlassian.com/repository/public</url>
1134-
<releases>
1135-
<enabled>true</enabled>
1136-
<checksumPolicy>warn</checksumPolicy>
1137-
</releases>
1138-
</pluginRepository>
1139-
</pluginRepositories>
1140-
11411108
<!--
11421109
================================= DISTRIBUTION ==============================
11431110
-->

0 commit comments

Comments
 (0)