Lir

Параметры из файла *.properties MAVEN

Lir
Feb 13th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <plugin>
  2.     <groupId>org.codehaus.mojo</groupId>
  3.     <artifactId>properties-maven-plugin</artifactId>
  4.     <version>1.0-alpha-2</version>
  5.     <executions>
  6.         <execution>
  7.         <phase>initialize</phase>
  8.         <goals>
  9.             <goal>read-project-properties</goal>
  10.         </goals>
  11.         <configuration>
  12.         <files>
  13.             <file>ass.properties</file>
  14.         </files>
  15.         </configuration>
  16.         </execution>
  17.     </executions>
  18. </plugin>
  19.  
  20. //Содержимое файла ass.properties
  21. aa=laslasdlasdl
Advertisement
Add Comment
Please, Sign In to add comment