Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Apr 10, 2021
1 parent 6217779 commit 1b16e39
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions maven-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ pluginBundle {
description = "Maven-like archiveClasses options for war tasks."
tags = ['war', 'maven', 'archiveClasses']
}
sourcesJar {
displayName = "Sources Jar Plugin"
description = 'This plugin adds a sourcesJar task'
tags = ['maven', 'sources', 'jar']
}
aggregateJavadoc {
displayName = "Aggregate Javadoc Plugin"
description = "Generate Javadoc over multiple projects"
Expand All @@ -104,16 +99,6 @@ pluginBundle {
description = "Generate Javadoc over multiple projects"
tags = ['maven', 'javadoc', 'aggregate', "jar"]
}
javadocJar {
displayName = "Javadoc Jar Plugin"
description = 'This plugin adds a javadocJar task'
tags = ['maven', 'javadoc', 'jar']
}
mavenJars {
displayName = "Maven Jars Plugin"
description = 'This plugin adds a sourcesJar and a javadocJar task'
tags = ['maven', 'javadoc', 'sources', 'jar']
}
javadocLinks {
displayName = "Maven Jars Plugin"
description = 'Link your javadoc against your dependencies'
Expand Down

0 comments on commit 1b16e39

Please sign in to comment.