File tree Expand file tree Collapse file tree 3 files changed +70
-1
lines changed
src/main/java/com/mossle/addresslist/web/addresslist Expand file tree Collapse file tree 3 files changed +70
-1
lines changed Original file line number Diff line number Diff line change 11target /
22
33/webapp /WEB-INF /classes
4+
5+ /.settings
6+
7+ /.classpath
8+
9+ /.project
Original file line number Diff line number Diff line change 876876 </wsdlOptions >
877877 </configuration >
878878 </plugin >
879- </plugins >
879+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
880+ <plugin >
881+ <groupId >org.eclipse.m2e</groupId >
882+ <artifactId >lifecycle-mapping</artifactId >
883+ <version >1.0.0</version >
884+ <configuration >
885+ <lifecycleMappingMetadata >
886+ <pluginExecutions >
887+ <pluginExecution >
888+ <pluginExecutionFilter >
889+ <groupId >
890+ org.apache.maven.plugins
891+ </groupId >
892+ <artifactId >
893+ maven-antrun-plugin
894+ </artifactId >
895+ <versionRange >[1.7,)</versionRange >
896+ <goals >
897+ <goal >run</goal >
898+ </goals >
899+ </pluginExecutionFilter >
900+ <action >
901+ <ignore ></ignore >
902+ </action >
903+ </pluginExecution >
904+ <pluginExecution >
905+ <pluginExecutionFilter >
906+ <groupId >
907+ org.apache.maven.plugins
908+ </groupId >
909+ <artifactId >
910+ maven-clean-plugin
911+ </artifactId >
912+ <versionRange >[2.5,)</versionRange >
913+ <goals >
914+ <goal >clean</goal >
915+ </goals >
916+ </pluginExecutionFilter >
917+ <action >
918+ <ignore ></ignore >
919+ </action >
920+ </pluginExecution >
921+ <pluginExecution >
922+ <pluginExecutionFilter >
923+ <groupId >org.codehaus.mojo</groupId >
924+ <artifactId >
925+ native2ascii-maven-plugin
926+ </artifactId >
927+ <versionRange >
928+ [1.0-beta-1,)
929+ </versionRange >
930+ <goals >
931+ <goal >native2ascii</goal >
932+ </goals >
933+ </pluginExecutionFilter >
934+ <action >
935+ <ignore ></ignore >
936+ </action >
937+ </pluginExecution >
938+ </pluginExecutions >
939+ </lifecycleMappingMetadata >
940+ </configuration >
941+ </plugin >
942+ </plugins >
880943 </pluginManagement >
881944 <plugins >
882945 <plugin >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments