Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] tycho 0.15.0 has been promoted to Central

Hi, thanks for the suggestions,

I was able to run initially after I have removed the .m2/repository/cache, but only in the external console.

Inside the eclipse IDE, M2e was shows me errors, even the external build have downloaded the 0.15.0 jars:
Project build error: Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.15.0 or one of its dependencies could not be resolved: Failure to find org.eclipse.tycho:tycho-maven-plugin:jar:0.15.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
I had to delete the workspace and import the bundles again. Them the error gone.


regards,

Cristiano

On 04/06/12 17:50, Stuart McCulloch wrote:
On 4 Jun 2012, at 21:48, Matthias Sohn wrote:

2012/6/4 Cristiano Gavião <cvgaviao@xxxxxxxxx>
0.15.0 was already released to central?

When I removed the stage repository I got this error:

[INFO] Scanning for projects...
[WARNING] The POM for org.eclipse.tycho:tycho-maven-plugin:jar:0.15.0 is missing, no dependency information available
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project com.c4biz.osht:com.c4biz.osht:0.0.1-SNAPSHOT (/Users/cvgaviao/Development/C4Biz_Projects/OSHT/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.15.0 or one of its dependencies could not be resolved: Failure to find org.eclipse.tycho:tycho-maven-plugin:jar:0.15.0 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 2]
[ERROR]

Did you try starting from an empty local maven repository ? 

Or just try adding -U to the mvn command to force it to check for updates (since the above error message mentions the resolution result has been cached)

--
Matthias
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev



_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev


Back to the top