WASdev / tool.accelerate.core

No further updates will be made to this repository
Apache License 2.0
10 stars 18 forks source link

Typo in generated pom.xml #196

Closed lauracowen closed 7 years ago

lauracowen commented 7 years ago
  1. Create a Spring Boot project (it may happen to all types of project but this is the one I found it in).
  2. Look in the pom.xml for the following section:
<executions>
                    <execution>
                        <id>intall-liberty</id>
                        <phase>prepare-package</phase>
                        <goals>
                            <goal>install-server</goal>
                        </goals>
                    </execution>

The <id> line should say install-liberty not intall-liberty.

katheris commented 7 years ago

Closing as this is now fixed.