Skip to content

oaplatform/oap-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oap-maven

The parent Maven OAP project. All Maven OAP projects should use it in the following manner:

    <parent>
        <groupId>oap</groupId>
        <artifactId>oap.maven</artifactId>
        <version>${oap.project.version}</version>
    </parent>

Currently it handles maven-compiler-plugin, maven-surefire-plugin, maven-source-plugin, flatten-maven-plugin, maven-checkstyle-plugin, maven-enforcer-plugin.
Note: the above plugins still can be overridden in child Maven project, if needed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published