- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
mavin install plugin problems
Thu, 2011-12-08, 07:43
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
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
Thu, 2011-12-08, 17:41
#2
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?
Thu, 2011-12-08, 18:41
#3
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
>
>
On Thu, Dec 8, 2011 at 12:13 PM, William la Forge <laforge49@gmail.com> wrote: