org.eclipse.acceleo:maven:jar:3.2.1 not found [message #893699] |
Thu, 05 July 2012 06:09  |
Eclipse User |
|
|
|
Hi,
I am trying to execute my acceleo project using MAVEN. When i try to run the command: mvn package i get the following error
[ERROR] Failed to execute goal on project simple: Could not resolve dependencies
for project org.sonatype.mavenbook.simple:simple:jar:1.0-SNAPSHOT: Failure to f
ind org.eclipse.acceleo:maven:jar:3.2.1 in http:// repo.maven.apache.org/maven2 w
as cached in the local repository, resolution will not be reattempted until the
update interval of central has elapsed or updates are forced -> [Help 1]
In my pom file i have these dependency:
<dependency>
<groupId>org.eclipse.acceleo</groupId>
<artifactId>maven</artifactId>
<version>3.2.1</version>
<type>maven-plugin</type>
</dependency>
I guess i have to create a repositori for it,maybe? I am new in Maven but if the repository is the case i try to search some online but i couldnt find any.
Does anyone have a clue of my error and if there is any repository which can solve my problem.
Thank you in advance
|
|
|
|
|
Powered by
FUDForum. Page generated in 1.03472 seconds