Commit b3d134d5 authored by Andrey Filippov's avatar Andrey Filippov

trying to fix reported problems

parent 6d24709c
...@@ -73,29 +73,38 @@ ...@@ -73,29 +73,38 @@
<directory>${project.build.testSourceDirectory}</directory> <directory>${project.build.testSourceDirectory}</directory>
</testResource> </testResource>
</testResources> </testResources>
<plugins> <pluginManagement>
<plugin> <plugins>
<groupId>org.apache.maven.plugins</groupId> <plugin>
<artifactId>maven-plugin-plugin</artifactId> <groupId>org.eclipse.m2e</groupId>
<configuration> <artifactId>lifecycle-mapping</artifactId>
<!-- see http://jira.codehaus.org/browse/MNG-5346 --> <version>1.0.0</version>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> <configuration>
</configuration> <lifecycleMappingMetadata>
<executions> <pluginExecutions>
<execution> <pluginExecution>
<id>mojo-descriptor</id> <pluginExecutionFilter>
<goals> <groupId>org.codehaus.mojo</groupId>
<goal>descriptor</goal> <artifactId>aspectj-maven-plugin</artifactId>
</goals> <versionRange>[1.0,)</versionRange>
</execution> <goals>
</executions> <goal>test-compile</goal>
<goal>compile</goal>
</plugin> </goals>
</pluginExecutionFilter>
<plugin> <action>
<execute />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId> <artifactId>exec-maven-plugin</artifactId>
<version>1.3.2</version> <version>1.3.2</version><!--$NO-MVN-MAN-VER$-->
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>package</phase>
...@@ -109,7 +118,7 @@ ...@@ -109,7 +118,7 @@
<mainClass>Eyesis_Correction</mainClass> <mainClass>Eyesis_Correction</mainClass>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId> <artifactId>buildnumber-maven-plugin</artifactId>
<version>1.3</version> <version>1.3</version>
...@@ -131,7 +140,8 @@ ...@@ -131,7 +140,8 @@
</items> </items>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement>
</build> </build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment