nexus 배포시 설정사항 추가.
This commit is contained in:
@@ -5,4 +5,19 @@
|
||||
- nexacro-simple-egov --> mvn clean archetype:create-from-project -DpackageName=nexacro.sample
|
||||
- target > generated-sources > archetype > mvn clean install
|
||||
2. nexacro library update
|
||||
- maven repository update..
|
||||
- maven repository update..
|
||||
|
||||
3. nexus 배포 시
|
||||
- nexacro-parent에 <distributionManagement> 설정.
|
||||
<repository>
|
||||
<id>tobesoft</id>
|
||||
<url>http://59.10.169.22:8080/nexus/content/repositories/tobesoft</url>
|
||||
</repository>
|
||||
- maven setting.xml에 tobesoft 서버 등록 (계정 정보 등록)
|
||||
<servers>
|
||||
<server>
|
||||
<id>tobesoft</id>
|
||||
<username></username>
|
||||
<password></password>
|
||||
</server>
|
||||
- mvn deploy 실행.
|
||||
Reference in New Issue
Block a user