Re: "mvn clean install" builds without problem but "mvn release:prepare" fails with compilation error
Steinar Bang <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Organization | Probably a good idea |
| Message-ID | <[email protected]> |
Tried again to remove source attachments and javadoc attachments and that made "mvn release:prepare" run without errors. However, "mvn release:perform" failed, and it looks like maven central rejected the deploy because there was no source jars or javadoc jars attached to the artifacts. https://gist.github.com/steinarb/d0fb744fd7c512a86efb2ed926b87caf#file-gistfile1-txt-L335 Hm... what to do...?