Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<plugins>
    ...
    <plugin>
        <groupId>org.onosproject</groupId>
        <artifactId>onos-maven-plugin</artifactId>
        <version>1.4-SNAPSHOT<9</version>
        <executions>
            <execution>
                <id>app</id>
                <phase>generate-resources</phase>
                <goals>
                    <goal>cfg</goal>
                </goals>
            </execution>
        </executions>
    </plugin>
    ...
</plugins>

...