Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 351 Bytes

File metadata and controls

18 lines (15 loc) · 351 Bytes

Apply the plugin to the maven pom.

<plugin>
    <groupId>uk.co.codezen</groupId>
    <artifactId>react-jsxtransformer-maven-plugin</artifactId>
    <version>1.0.1</version>

    <executions>
        <execution>
            <goals>
                <goal>compile</goal>
            </goals>
        </execution>
    </executions>
</plugin>