# makepom **Repository Path**: downtemp/makepom ## Basic Information - **Project Name**: makepom - **Description**: Use the local jars in a maven project. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MakePom ## Purpose Use the local jars in a maven project. ## Guide * copy jar files to the lib directory located at the root of your project * run `javac MakePom.java` * copy `MakePom.class` to your `lib` directory * run `java MakePom` in your `lib` directory * optional: java `-DgroupId=xx -DjarPrefix=xx -DjarVersion=xx` MakePom * copy the content in `pom.xml.txt` to your pom.xml