Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>properties-maven-plugin</artifactId>
- <version>1.0-alpha-2</version>
- <executions>
- <execution>
- <phase>initialize</phase>
- <goals>
- <goal>read-project-properties</goal>
- </goals>
- <configuration>
- <files>
- <file>ass.properties</file>
- </files>
- </configuration>
- </execution>
- </executions>
- </plugin>
- //Содержимое файла ass.properties
- aa=laslasdlasdl
Advertisement
Add Comment
Please, Sign In to add comment