You are on page 1of 1

mvn com.sprunck.sample:first_plugin:1.

0:touch
mvn clean install
<build>
<plugins>
<plugin>
<groupId>com.sprunck.sample</groupId>
<artifactId>first_plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>Read-NodeInfo-Properties</goal>
</goals>
<configuration>
<files>
<file>NodeDetails/NodeInfo.properties</file>
</files>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

You might also like