Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [winery-dev] Help Installation

Hi, problem solved,
I installed maven 3
but I also had to modify the pom.xml file in the directory org.eclipse.winery.model.csar.toscametafile
inserting
<properties>
     <maven.compiler.target> 1.6 </maven.compiler.target>
     <maven.compiler.source> 1.6 </maven.compiler.source>
</ properties>
thanks

2014-10-07 10:30 GMT+02:00 Oliver Kopp <kopp.dev@xxxxxxxxx>:
Dear Santo,


2014-10-06 16:11 GMT+02:00 Santo Carpinteri <santocarp@xxxxxxxxx>:

> Apache Maven 2.2.1 (rdebian-8)

I've got Apache Maven 3.1.1. Maybe the problem is with maven?

Do you get the error at each project?

Cheers,

Oliver
_______________________________________________
winery-dev mailing list
winery-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/winery-dev


Back to the top