Skip to content

iuv/square-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

square-maven-plugin

Square框架maven打包插件

使用方法

  1. 获取代码
  2. 执行mvn clean install
  3. 在使用square框架的在上中添加build

在使用square框架的项目的pom文件中添加:

  <build>
        <plugins>
            <plugin>
                <groupId>com.jisuye</groupId>
                <artifactId>square-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <goals>
                            <goal>repackage</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

使用 mvn clean package 打包

About

Square框架maven打包插件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages