Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

make configuration and upload task configurable #1

Closed
musketyr opened this issue Jun 11, 2012 · 7 comments
Closed

make configuration and upload task configurable #1

musketyr opened this issue Jun 11, 2012 · 7 comments
Assignees
Labels
Milestone

Comments

@musketyr
Copy link

is few situations such as uploading gaelyk binary plugin there is a need to create custom configuration such as plugin in this example

https://github.com/musketyr/gaelyk-resources-plugin/blob/master/build.gradle

it would be also nice if the plugin let the configuration automatically extend signatures configuration when signing is enabled.

@musketyr
Copy link
Author

ok, let's reformulate it :-)

what needs to be done so I can use this great plugin for https://github.com/gaelyk/gaelyk-resources-plugin?

could skipSigning be replaced by nexus.sign. can I call it from command line too like Pnexus.sign=false.

I've seen archives and uploadArchives are currently hard-coded. would be great to have e.g.

nexus {
    configuration gaelykPlugin
}

@bmuschko
Copy link
Owner

You can configure the plugin to not sign the publications with nexus.sign = false. Is that what you are trying to achieve? At the moment I don't understand why you'd need a custom configuration.

@musketyr
Copy link
Author

man, this issue is so old, that it was really difficult to remember. the problem was, that the nexus plugin always used the archives configuration and I need to use different one. the signing isn't the main problem.

@bmuschko
Copy link
Owner

OK, I am wondering why you need the custom configuration for this.

@musketyr
Copy link
Author

because if you write a gaelyk plugin with some templates and groovlets you usually write it as web app and than you just precompiles templates, groovlets and so on and wrap it into jar. so the archives points to the the WAR not JAR

@bmuschko
Copy link
Owner

Alright, shouldn't be too hard to introduce a property to set a custom configuration. I am going to work on this soon...in case you are still interested. ;-)

@musketyr
Copy link
Author

yes I am

2013/12/13 Benjamin Muschko [email protected]

Alright, shouldn't be too hard to introduce the a property to set a custom
configuration. I am going to work on this soon...in case you are still
interested. ;-)


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-30503731
.

bmuschko added a commit that referenced this issue Dec 15, 2013
…ts. Split out tests into multiple classes.
@ghost ghost assigned bmuschko Dec 15, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants