jsuereth / scala-mojo-support

Helper to create maven mojo projects in the Scala languages
BSD 3-Clause "New" or "Revised" License
20 stars 10 forks source link

Fixing Parent Mojo #6

Closed oforero closed 12 years ago

oforero commented 13 years ago

In order to remove some annoying warnings I have to modify the Scala-tools parent mojo. I need to know how to push that version (1.6?) to the public repository.

jsuereth commented 13 years ago

Wow... that's from davidB's scala-parent project. I'm cc'ing him here. If he accepts the changes, we can push the new version. He might have already fixed the issue.

On Wed, Apr 13, 2011 at 2:33 PM, oforero < reply@reply.github.com>wrote:

In order to remove some annoying warnings I have to modify the Scala-tools parent mojo. I need to know how to push that version (1.6?) to the public repository.

Reply to this email directly or view it on GitHub: https://github.com/jsuereth/scala-mojo-support/issues/6

davidB commented 13 years ago

What is the change (or where can I see the diff) you call fork https://github.com/davidB/scala-tools-parent and push request or send the patch

oforero commented 13 years ago

cool, that was what I wanted a repo ... I just took the pom from the maven repo, which is of course not the right way to do it. I added explicit plugin versions, those cause warnings when used in Maven 3.

davidB commented 13 years ago

1.6 should be available on scala-tools.org

jsuereth commented 12 years ago

I removed the parent mojo temporarily. From what I can tell, everything is working. I plan to publish a release soon.