Skip to content

yusiwen/maven-build-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven build helper

License Maintenance GitHub tag Maven Central

My helper package of maven building procedures.

Including:

Usage

<plugin>
    <groupId>net.revelc.code.formatter</groupId>
    <artifactId>formatter-maven-plugin</artifactId>
    <version>${formatter.plugin}</version>
    <dependencies>
        <dependency>
            <groupId>cn.yusiwen</groupId>
            <artifactId>maven-build-helper</artifactId>
            <version>${maven-build-helper.version}</version>
        </dependency>
    </dependencies>
    <configuration>
        <!--suppress UnresolvedMavenProperty -->
        <configFile>p3c-formatter-${indent.size}spaces.xml</configFile>
    </configuration>
</plugin>

For more details, see my Parent Pom Project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages