Skip to content

Releases: redkale/redkale-maven-plugin

1.2.0

30 Dec 00:35
Compare
Choose a tag to compare

org.redkale.maven.plugins redkale-maven-plugin 1.2.0 true --allow-incomplete-classpath --no-fallback redkale-compile process-classes compile

<dependency>
    <groupId>org.redkalex</groupId>
    <artifactId>redkale-plugins</artifactId>
    <version>1.2.0</version>
</dependency>

1.1.0

07 Jul 02:11
Compare
Choose a tag to compare
org.redkale.maven.plugins redkale-maven-plugin 1.1.0 true --allow-incomplete-classpath --no-fallback redkale-compile process-classes compile

1.0.0

18 Oct 12:56
Compare
Choose a tag to compare

引用:

<plugin>
    <groupId>org.redkale.maven.plugins</groupId>
    <artifactId>redkale-maven-plugin</artifactId>
    <version>1.0.0</version>                                                
    <configuration>		
        <skipCopyConf>true</skipCopyConf>
        <nativeimageArgs>
            <arg>--allow-incomplete-classpath</arg>
            <arg>--no-fallback</arg>
        </nativeimageArgs>
    </configuration>                                    
    <executions>
        <execution>
            <id>redkale-compile</id> 
            <phase>process-classes</phase>
            <goals>
                <goal>compile</goal>
            </goals>                   
        </execution>
    </executions>    
</plugin>