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

Add support for "contributors" element #12

Closed
mmoayyed opened this issue Oct 24, 2013 · 4 comments
Closed

Add support for "contributors" element #12

mmoayyed opened this issue Oct 24, 2013 · 4 comments
Assignees

Comments

@mmoayyed
Copy link

Something like this:

contributors {
    contibutor {
              name "Adam Test"
              email "abcd@test.net"
            }
}
@bmuschko
Copy link
Owner

You can already do that similar to the example shown in the README file.

modifyPom {
    project {
        contributors {
            contibutor {
                name "Adam Test"
                email "abcd@test.net"
            }
        }
    }
}

@ghost ghost assigned bmuschko Oct 24, 2013
@mmoayyed
Copy link
Author

This is what I get when I try your sample:

* What went wrong:
Execution failed for task ':cas-management-webapp:install'.
> Could not publish configuration 'archives'
   > Failed to notify action.
      > groovy.lang.MissingMethodException: 
No signature of method: java.lang.Object.contibutor() is applicable for argument types: 
(java.util.Collections$EmptyMap, null) values: [[:], null]

@bmuschko
Copy link
Owner

There's at least a typo in the word "contibutor". I don't think that's the issue though.

@mmoayyed
Copy link
Author

Ah, excellent! thanks for the catch. That was it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants