deploy

mvn deploy:deploy-file -DgroupId=com.xixiact -DartifactId=demo -Dversion=1.0.0 -Durl=file:./local-maven-repo/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=./lib/demo-1.0.0.jar

配置本地repository

<repositories>
        <repository>
            <id>local-maven-repo</id>
            <name>local-maven-repo</name>
            <url>file://${project.basedir}/local-maven-repo</url>
        </repository>
    </repositories>

正常引入依赖

<dependency>
            <groupId>com.xixicat</groupId>
            <artifactId>demo</artifactId>
            <version>1.0.0</version>
        </dependency>

docs


codecraft
11.9k 声望2k 粉丝

当一个代码的工匠回首往事时,不因虚度年华而悔恨,也不因碌碌无为而羞愧,这样,当他老的时候,可以很自豪告诉世人,我曾经将代码注入生命去打造互联网的浪潮之巅,那是个很疯狂的时代,我在一波波的浪潮上留下...


引用和评论

0 条评论