Skip to content

add jakarta transformer plugin: javax -> jakarta with classifier "jakarta" - #38

Open
gitmotte wants to merge 1 commit into
davidmoten:masterfrom
gitmotte:master-transformer
Open

add jakarta transformer plugin: javax -> jakarta with classifier "jakarta"#38
gitmotte wants to merge 1 commit into
davidmoten:masterfrom
gitmotte:master-transformer

Conversation

@gitmotte

@gitmotte gitmotte commented Feb 1, 2021

Copy link
Copy Markdown
<plugin>
        <groupId>org.eclipse.transformer</groupId>
        <artifactId>org.eclipse.transformer.maven</artifactId>
        <version>0.2.0</version>
        <executions>
          <execution>
            <id>jakarta-ee</id>
            <goals>
              <goal>run</goal>
            </goals>
            <phase>package</phase>
            <configuration>
              <classifier>jakarta</classifier>
            </configuration>
          </execution>
        </executions>
</plugin>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant