canerkaplica <canerk...@gmail.com> writes:
Latest version of plugin is available at
http://architecturerules.googlecode.com/svn/maven2/org/architecturerules/maven-architecture-rules-plugin/0.1-SNAPSHOT/maven-architecture-rules-plugin-0.1-20090513.225428-3.pom
in order to use it ap
> Which version should i use and could you hep with the pom.xml?
...
> my pom.xml:
> <profile>
> <id>profile1</id>
> <build>
> <pluginManagement>
> <plugins>
> <plugin>
> <groupId>info.manandbytes</groupId>
This should be replaced with <groupId>org.architecturerules</groupId>
> <artifactId>maven-architecture-rules-plugin</artifactId>
> <version>0.0-SNAPSHOT</version>
Replace this with <version>0.1-SNAPSHOT</version>
> <configuration />
> <executions>
> <execution>
> <phase>test</phase>
> <goals>
> <goal>assert</goal>
> </goals>
> </execution>
> </executions>
> </plugin>
> </plugins>
> </pluginManagement>
> <plugins>
> <plugin>
> <groupId>info.manandbytes</groupId>
> <artifactId>maven-architecture-rules-plugin</artifactId>
> <version>0.0-SNAPSHOT</version>
And the same changes here should be made
> </plugin>
> </plugins>
--
MAN-UANIC