Andrey Karepin created NETBEANS-4817:
----------------------------------------

             Summary: Support MNG-5768 in run maven goals
                 Key: NETBEANS-4817
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4817
             Project: NetBeans
          Issue Type: Improvement
          Components: apisupport - Maven
            Reporter: Andrey Karepin


I probe to run maven goal as "{{frontend:karma@javascript test}}", but this 
fail because maven is trying to run goal with id "{{javascript}}".

"{{frontend:karma@'javascript test'}}" and "{{frontend:karma@javascript\ 
test}}" also didn't work
{code:xml|title=example of pom.xml}
<plugin>
    <groupId>com.github.eirslett</groupId>
    <artifactId>frontend-maven-plugin</artifactId>

    <executions>
        <execution>
            <id>javascript tests</id>
            <goals>
                <goal>karma</goal>
            </goals>

            <phase>test</phase>

            <configuration>
                <karmaConfPath>src/test/frontend/karma.conf.js</karmaConfPath>
                <skip>${skip.frontend.build}</skip>
             </configuration>
        </execution>

    </executions>
</plugin>
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to