Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

failed to execute goal org.springframework.boot:sprig-boot-maven-plugins

<plugin>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-maven-plugin</artifactId>
    <configuration>
        <mainClass>fully qualified Main Class name</mainClass>
    </configuration>
    <executions>
        <execution>
            <goals>
                <goal>repackage</goal>
            </goals>
        </execution>
     </executions>
</plugin>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #failed #execute #goal
ADD COMMENT
Topic
Name
2+7 =