This page is no longer maintained — Please continue to the home page at www.scala-lang.org

mavin install plugin problems

3 replies
Bill La Forge
Joined: 2011-07-13,
User offline. Last seen 42 years 45 weeks ago.
Got my laptop repaired and rebuilding the development.

Maven is working with scala, except for the install. I suspect I should simply update my pom file to a later version. Using Maven 3 code. :-)


[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ AgileWiki5 --

[WARNING] The POM for org.apache.maven.plugins:maven-install-plugin:jar:2.3.1 i
 invalid, transitive dependencies (if any) will not be available, enable debug
ogging for more details

Bill
Bill La Forge
Joined: 2011-07-13,
User offline. Last seen 42 years 45 weeks ago.
Re: mavin install plugin problems
reverted to maven 2 and all is fine. I suspect the latest maven 3 is a bit bonkers. --Bill

On Thu, Dec 8, 2011 at 12:13 PM, William la Forge <laforge49@gmail.com> wrote:
Got my laptop repaired and rebuilding the development.

Maven is working with scala, except for the install. I suspect I should simply update my pom file to a later version. Using Maven 3 code. :-)


[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ AgileWiki5 --

[WARNING] The POM for org.apache.maven.plugins:maven-install-plugin:jar:2.3.1 i
 invalid, transitive dependencies (if any) will not be available, enable debug
ogging for more details

Bill

hohonuuli
Joined: 2009-08-30,
User offline. Last seen 3 years 9 weeks ago.
Re: Re: mavin install plugin problems

Hmmm, I've been using Maven 3 with Scala for quite a while and haven't run into any issues. Could you post your pom?

Tommy Chheng
Joined: 2010-03-06,
User offline. Last seen 1 year 23 weeks ago.
Re: Re: mavin install plugin problems

I have been using maven 3.0.3 successfully as well.
Here's a working example pom i have used:
https://github.com/tc/wiki-parser-example-scala/blob/master/pom.xml

On Wed, Dec 7, 2011 at 11:07 PM, William la Forge wrote:
> reverted to maven 2 and all is fine. I suspect the latest maven 3 is a bit
> bonkers. --Bill
>
>
> On Thu, Dec 8, 2011 at 12:13 PM, William la Forge
> wrote:
>>
>> Got my laptop repaired and rebuilding the development.
>>
>> Maven is working with scala, except for the install. I suspect I should
>> simply update my pom file to a later version. Using Maven 3 code. :-)
>>
>>
>> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
>> AgileWiki5 --
>>
>> [WARNING] The POM for
>> org.apache.maven.plugins:maven-install-plugin:jar:2.3.1 i
>>  invalid, transitive dependencies (if any) will not be available, enable
>> debug
>> ogging for more details
>>
>> Bill
>
>

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland