|
For those having problems running the ‘andromda:run’
goal with the refactored version of the andromda-core-RC1-SNAPSHOT, try the
following: 1) Delete all
jars in your local maven repository/andromda/jars directory. 2) Delete the
andromda related jars in MAVEN_HOME/plugins 3) Change the
dependencies andromda-query-library-<version>.jar and
andromda-validation-library-<version>.jar to the following:
<dependency>
<groupId>andromda</groupId>
<artifactId>andromda-ocl-query-library</artifactId>
<version>3.0-RC1-SNAPSHOT</version> </dependency> <dependency>
<groupId>andromda</groupId>
<artifactId>andromda-ocl-validation-library</artifactId>
<version>3.0-RC1-SNAPSHOT</version> </dependency> Regards, Kiran |
