File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id " org.sonarqube" version " 3.0"
44}
55
6- ext. componentDescription = " MITM Java Proxy of Wilma "
6+ ext. componentDescription = " MITM Java Proxy"
77
88// Common local repository info
99ext. myLocalRepository= ' file://C:/tmp/myRepo/'
@@ -22,7 +22,7 @@ apply plugin: 'java-library'
2222apply plugin : ' jacoco'
2323
2424group = " website.magyar"
25- archivesBaseName = " mitmJavaProxy "
25+ archivesBaseName = " mitm-java-proxy "
2626version = " $wilmaVersion " + " .19." + " $buildNumber "
2727
2828repositories {
@@ -136,8 +136,8 @@ task createPom {
136136 doLast {
137137 pom {
138138 project {
139- groupId ' website.magyar.mitm '
140- artifactId ' mitmJavaProxy '
139+ groupId ' website.magyar'
140+ artifactId ' mitm-java-proxy '
141141 }
142142 }. writeTo(" $buildDir /distributions/$archivesBaseName -${ version} .pom" )
143143 }
Original file line number Diff line number Diff line change 3131 </encoder >
3232 </appender >
3333
34- <logger name =" org.rockhill .mitm" level =" DEBUG" >
34+ <logger name =" website.magyar .mitm" level =" DEBUG" >
3535 <appender-ref ref =" CONSOLE-APPENDER" />
3636 </logger >
3737
You can’t perform that action at this time.
0 commit comments