버전 1 (anonymous에 의해 수정됨, 13 년전)
--
  • nexus 설치
  • jenkins 설치
  • maven 설치
    • setting.xml
      <localRepository>C:/eGovFrameDev-2.0.1-FullVer/mavenrepository_2.0/repository</localRepository>
      
      <mirrors>
      	<mirror>
      		<id>nexus</id>
      		<mirrorOf>*</mirrorOf>
      		<url>http://221.150.127.106:8082/nexus/content/groups/public</url>
      	</mirror>
      </mirrors>
      
      <profiles>
      	<profile>
      		<id>nexus</id>
      		<repositories>
      			<repository>
      				<id>central</id>
      				<url>http://central</url>
      				<releases><enabled>true</enabled></releases>
      				<snapshots><enabled>true</enabled></snapshots>
      			</repository>
      		</repositories>
      		<pluginRepositories>
      			<pluginRepository>
      				<id>central</id>
      				<url>http://central</url>
      				<releases><enabled>true</enabled></releases>
      				<snapshots><enabled>true</enabled></snapshots>
      			</pluginRepository>
      		</pluginRepositories>
      	</profile>
      </profiles>
      
      <activeProfiles>
      	<activeProfile>nexus</activeProfile>
      </activeProfiles>
      
    • pom.xml