Skip to content

Commit

Permalink
publish separate plugin POM with redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
skovati committed Sep 30, 2024
1 parent 9ac48af commit fe56e02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
20 changes: 1 addition & 19 deletions procedural/plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id 'groovy-gradle-plugin'
// id 'com.gradle.plugin-publish' version '1.3.0'
id "maven-publish"
}

Expand All @@ -17,9 +16,7 @@ version = '0.0.1'

publishing {
publications {
maven(MavenPublication) {
artifactId = "plugin"
}
maven(MavenPublication)
}
repositories {
maven {
Expand All @@ -32,18 +29,3 @@ publishing {
}
}
}

//gradlePlugin {
// website = 'https://ammos.nasa.gov/aerie-docs/'
// vcsUrl = 'https://github.com/NASA-AMMOS/aerie'
//
// plugins {
// matching { it.name == 'gov.nasa.ammos.aerie.procedural.plugin' }.configureEach {
// id = "gov.nasa.ammos.aerie.procedural.plugin"
// displayName = "NASA AMMOS Aerie Procedural Plugin"
// description = "Provides gradle tasks for building scheduling & constraint procedures for the Aerie system"
// tags.set(['ammos', 'aerie'])
// implementationClass = "GovNasaAmmosAerieProceduralPluginPlugin"
// }
// }
//}
7 changes: 0 additions & 7 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.namespace == 'gov.nasa.ammos.aerie.procedural') {
useModule('gov.nasa.ammos.aerie.procedural:plugin')
}
}
}
repositories {
maven {
name = "GitHubPackages"
Expand Down

0 comments on commit fe56e02

Please sign in to comment.