Maven, Gradle Nexus서버 설정

[Desc]

넥서스 서버 설정


[설정]

	//Maven
	//프로퍼티스 밑에 nexus 서버 설정 추가
	  
	  UTF-8
	  UTF-8
	  UTF-8
	  3.2.17.RELEASE
	  ${project.basedir}/src/main/webapp/WEB-INF/lib
	  
	  
	
	  
	
	 
	  
	   nexus
	   nexus
	   http://localhost:8080/nexus/content/groups/public/
	  
	 
	 
	//Gradle
	repositories {
		//mavenCentral()
		maven { url "http://localhost:8080/nexus/content/groups/public/" }
	}






'Framework & ORM > Build Tools' 카테고리의 다른 글

[Maven, Gradle] ojdbc6 설정  (2) 2018.01.18
[Maven] maven-shade-plugin 의존관계설정  (0) 2018.01.11
[Maven] profile 이용하기  (0) 2018.01.11
블로그 이미지

pstree

pstree.. process...

,