2016-08-25 10 views
0

그래서 무슨 일이 일어나는지 이해할 수 없습니다.Maven Multi Module Release

Aggregator Pom 
| 
+- Parent Pom 
| 
+- SubModule 1 (whose parent is "Parent Pom") 
| 
+- SubModule 2 (whose parent is "SubModule 1") 

모든 치어 포장의 위치 : 나는이 구조의 프로젝트가 있습니다.

나는 며칠 동안 릴리스 플러그인과 싸우고 있습니다. 나는 릴리스를 실행하고 중앙 관리에 성공적으로 배치합니다. 그러나 Parent, SubModule 1 및 SubModule 2의 버전은 스냅 버전입니다.

그것은 인 TeamCity에 의해 실행되고 있지만, 기본적으로는 같은 실행 : 다음

mvn -P sign-artifacts -B release:clean release:prepare --batch-mode -Dtag=0.1.0 -DreleaseVersion=0.1.0 -DdevelopmentVersion=0.2.0-SNAPSHOT -Dscm.tag=0.1.0 -Dproject.rel.{aggregator pom groupId}:{aggregator pom artifactId}=0.1.0 -Dproject.dev.{aggregator pom groupId}:{aggregator pom artifactId}=0.2.0-SNAPSHOT 

과 :

mvn -P sign-artifacts -B release:perform -P sign-artifacts 

('로그인 유물을 "프로파일은 GPG 서명에 대한 책임)

maven central에서는 부모 Pom, SubModule 1 및 SubModule 2가 있고, 메타 데이터의 버전이 0.1.0이라고하지만 각각의 POM을 다운로드 할 때 버전이 i임을 알 수 있습니다. 0.2.0 스냅 샷.

어떤 아이디어가 잘못되었으며 어떻게 수정해야합니까? 미리

감사

오핫

EDIT : 일부 출력 : .m2 대해서는

[INFO] Checking out the project to perform the release ... 
[INFO] Executing: /bin/sh -c cd /home/builduser/agent03/work/4ae459b9554b762f/target && git clone --branch 0.25.0 [email protected]:wix/wix-oss-parents.git /home/builduser/agent03/work/4ae459b9554b762f/target/checkout 
[INFO] Working directory: /home/builduser/agent03/work/4ae459b9554b762f/target 
... 
[INFO] Executing: /bin/sh -c cd /home/builduser/agent03/work/4ae459b9554b762f/target/checkout && git fetch [email protected]:wix/wix-oss-parents.git 
[INFO] Working directory: /home/builduser/agent03/work/4ae459b9554b762f/target/checkout 
[INFO] Executing: /bin/sh -c cd /home/builduser/agent03/work/4ae459b9554b762f/target/checkout && git checkout 0.25.0 
[INFO] Working directory: /home/builduser/agent03/work/4ae459b9554b762f/target/checkout 
... 
[INFO] Invoking perform goals in directory /home/builduser/agent03/work/4ae459b9554b762f/target/checkout 
[INFO] Executing goals 'deploy'... 
[DEBUG] Using ${maven.home} of: '/home/builduser/agent03/tools/maven3_1'. 
[DEBUG] Executing: /bin/sh -c cd /home/builduser/agent03/work/4ae459b9554b762f/target/checkout && /home/builduser/agent03/tools/maven3_1/bin/mvn -B -X -D maven.repo.local=/home/builduser/.m2/repository -s /home/builduser/agent03/temp/buildTmp/release-settings8995574762584519955.xml -D performRelease=true -P artifactory deploy 
[INFO] Inspecting build with total of 4 modules... 
[INFO] Installing Nexus Staging features: 
... 
[DEBUG] Goal:   org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) 
[DEBUG] Style:   Regular 
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> 
[INFO] <configuration> 
[INFO] <altStagingDirectory>${altStagingDirectory}</altStagingDirectory> 
[INFO] <artifact default-value="${project.artifact}"/> 
[INFO] <attachedArtifacts default-value="${project.attachedArtifacts}"/> 
[INFO] <autoDropAfterRelease default-value="true">${autoDropAfterRelease}</autoDropAfterRelease> 
[INFO] <autoReleaseAfterClose default-value="false">false</autoReleaseAfterClose> 
[INFO] <detectBuildFailures default-value="true">${detectBuildFailures}</detectBuildFailures> 
[INFO] <keepStagingRepositoryOnCloseRuleFailure>${keepStagingRepositoryOnCloseRuleFailure}</keepStagingRepositoryOnCloseRuleFailure> 
[INFO] <keepStagingRepositoryOnFailure>${keepStagingRepositoryOnFailure}</keepStagingRepositoryOnFailure> 
[INFO] <mavenSession default-value="${session}"/> 
[INFO] <mojoExecution default-value="${mojoExecution}"/> 
[INFO] <nexusUrl>https://oss.sonatype.org/</nexusUrl> 
[INFO] <offline default-value="${settings.offline}"/> 
[INFO] <packaging default-value="${project.packaging}"/> 
[INFO] <pluginArtifactId default-value="${plugin.artifactId}"/> 
[INFO] <pluginGroupId default-value="${plugin.groupId}"/> 
[INFO] <pluginVersion default-value="${plugin.version}"/> 
[INFO] <pomFile default-value="${project.file}"/> 
[INFO] <serverId>ossrh</serverId> 
[INFO] <skipLocalStaging>${skipLocalStaging}</skipLocalStaging> 
[INFO] <skipNexusStagingDeployMojo>${skipNexusStagingDeployMojo}</skipNexusStagingDeployMojo> 
[INFO] <skipRemoteStaging>${skipRemoteStaging}</skipRemoteStaging> 
[INFO] <skipStaging>${skipStaging}</skipStaging> 
[INFO] <skipStagingRepositoryClose>${skipStagingRepositoryClose}</skipStagingRepositoryClose> 
[INFO] <sslAllowAll default-value="false">${maven.wagon.http.ssl.allowall}</sslAllowAll> 
[INFO] <sslInsecure default-value="false">${maven.wagon.http.ssl.insecure}</sslInsecure> 
[INFO] <stagingDescription>${stagingDescription}</stagingDescription> 
[INFO] <stagingProfileId>${stagingProfileId}</stagingProfileId> 
[INFO] <stagingProgressPauseDurationSeconds default-value="3">${stagingProgressPauseDurationSeconds}</stagingProgressPauseDurationSeconds> 
[INFO] <stagingProgressTimeoutMinutes default-value="5">${stagingProgressTimeoutMinutes}</stagingProgressTimeoutMinutes> 
[INFO] <stagingRepositoryId>${stagingRepositoryId}</stagingRepositoryId> 
[INFO] <updateReleaseInfo>${updateReleaseInfo}</updateReleaseInfo> 
[INFO] </configuration> 
... 
[INFO] Executing: /bin/sh -c cd /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent && git log -n1 --date-order HEAD 
[INFO] Working directory: /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent 
[DEBUG] GitLatestRevisionCommandConsumer consumeLine : commit 4875b5de9d40f8a00be37e25d3548755b1f044f4 
... 
[DEBUG] GitLatestRevisionCommandConsumer consumeLine :  [maven-release-plugin] prepare release 0.25.0 
[INFO] Executing: /bin/sh -c cd /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent && git pull [email protected]:wix/wix-oss-parents.git HEAD 
[INFO] Working directory: /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent 
[INFO] Executing: /bin/sh -c cd /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent && git diff --raw 4875b5de9d40f8a00be37e25d3548755b1f044f4 
[INFO] Working directory: /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent 
... 
[INFO] Executing: /bin/sh -c cd /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent && git log -n1 --date-order HEAD 
[INFO] Working directory: /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent 
[DEBUG] GitLatestRevisionCommandConsumer consumeLine : commit b5c5fa4e2a0c16d9247ae9261a67aeb4b1f09dda 
... 
[DEBUG] GitLatestRevisionCommandConsumer consumeLine :  [maven-release-plugin] prepare for next development iteration 
[INFO] Storing revision in 'scm.revision' project property. 
[INFO] Project at revision b5c5fa4e2a0c16d9247ae9261a67aeb4b1f09dda 
... 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ wix-oss-parents-parent --- 
... 
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign' with basic configurator --> 
[DEBUG] (f) ascDirectory = /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent/target/gpg 
[DEBUG] (f) defaultKeyring = true 
[DEBUG] (f) interactive = false 
[DEBUG] (f) keyname = *** 
[DEBUG] (f) passphraseServerId = *** 
[DEBUG] (f) project = MavenProject: com.wix:wix-oss-parents-parent:0.25.0 @ /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent/pom.xml 
[DEBUG] (f) settings = [email protected] 
[DEBUG] (f) skip = false 
[DEBUG] (f) useAgent = true 
[DEBUG] -- end configuration -- 
[DEBUG] Generating signature for /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent/target/wix-oss-parents-parent-0.25.0.pom 
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ wix-oss-parents-parent --- 
... 
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.4:install' with basic configurator --> 
[DEBUG] (f) artifact = com.wix:wix-oss-parents-parent:pom:0.25.0 
[DEBUG] (f) attachedArtifacts = [com.wix:wix-oss-parents-parent:pom.asc:0.25.0] 
[DEBUG] (f) createChecksum = false 
[DEBUG] (f) localRepository =  id: local 
[INFO]  url: file:///home/builduser/.m2/repository/ 
[INFO] layout: none 
[DEBUG] (f) packaging = pom 
[DEBUG] (f) pomFile = /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent/pom.xml 
[DEBUG] (s) skip = false 
[DEBUG] (f) updateReleaseInfo = false 
[DEBUG] -- end configuration -- 
... 
[INFO] Installing /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent/pom.xml to /home/builduser/.m2/repository/com/wix/wix-oss-parents-parent/0.25.0/wix-oss-parents-parent-0.25.0.pom 
... 
[DEBUG] Installing com.wix:wix-oss-parents-parent/maven-metadata.xml to /home/builduser/.m2/repository/com/wix/wix-oss-parents-parent/maven-metadata-local.xml 
[INFO] Installing /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent/target/wix-oss-parents-parent-0.25.0.pom.asc to /home/builduser/.m2/repository/com/wix/wix-oss-parents-parent/0.25.0/wix-oss-parents-parent-0.25.0.pom.asc 
... 
[DEBUG] Installing com.wix:wix-oss-parents-parent/maven-metadata.xml to /home/builduser/.m2/repository/com/wix/wix-oss-parents-parent/maven-metadata-local.xml 
... 
[INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ wix-oss-parents-parent --- 
... 
Configuring mojo 'org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:deploy' with basic configurator --> 
[DEBUG] (f) artifact = com.wix:wix-oss-parents-parent:pom:0.25.0 
[DEBUG] (f) attachedArtifacts = [com.wix:wix-oss-parents-parent:pom.asc:0.25.0] 
[DEBUG] (f) autoDropAfterRelease = true 
[DEBUG] (f) autoReleaseAfterClose = true 
[DEBUG] (f) detectBuildFailures = true 
[DEBUG] (f) mavenSession = [email protected] 
[DEBUG] (f) mojoExecution = org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:deploy {execution: injected-nexus-deploy} 
[DEBUG] (f) nexusUrl = https://oss.sonatype.org/ 
[DEBUG] (f) offline = false 
[DEBUG] (f) packaging = pom 
[DEBUG] (f) pluginArtifactId = nexus-staging-maven-plugin 
[DEBUG] (f) pluginGroupId = org.sonatype.plugins 
[DEBUG] (f) pluginVersion = 1.6.7 
[DEBUG] (f) pomFile = /home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent/pom.xml 
[DEBUG] (f) serverId = ossrh 
[DEBUG] (f) sslAllowAll = false 
[DEBUG] (f) sslInsecure = false 
[DEBUG] (f) stagingProgressPauseDurationSeconds = 3 
[DEBUG] (f) stagingProgressTimeoutMinutes = 5 
[DEBUG] -- end configuration -- 
... 
[INFO] Performing local staging (local stagingDirectory="/home/builduser/agent03/work/4ae459b9554b762f/target/checkout/wix-oss-parents-parent/target/nexus-staging/staging")... 
... 

, 이것은 빌드 에이전트; 그것은 신선한 .m2를 얻을 ...

어떤 아이디어? Mmhhh가 ... 뭔가가 당신의 설명에 내게 너무 분명하지 않다

답변

0

..

먼저 내가 프로젝트 구조가 문제가이 경우에 생각하지 않는다 ...

일반적인 행동입니다 :

  1. 내가 프로젝트 1.0-SNAPSHOT을 가지고 ..
  2. 나는 태그가 배에
  3. 이 1.0로 태그와 최선을 다하고 있습니다 .. 받는다는 해제 플러그인을 해제 어 그리고 트렁크 \ 가지 버전이 1.1-SNAPSHOT으로 incresed됩니다
  4. ..

것은 그래서 ...

당신은 트렁크 버전을 다운로드하고 원격 저장소에 태그 버전을 확인하는 것 같다

이게 맞을 수 있습니까?

만약 그렇지 않다면, 플러그인 실행과 관련된 이상한 버전입니다. SVN 태그를 확인하고, 거기에 pom이 어떤 버전인지, 그리고 태그가있는 커밋의 코멘트를 알려주십시오. 만들어진?

당신이 그것을 청소 수 있으며,이 명령의 출력은 ... 세드릭

위도 것은, 어쩌면 관련이없는을 이해하기 위해 도움이 될 수 있지만, 당신은 .m2 지역의 repo에 아티팩트를 다운로드 다시 시도해 볼까요? 처음에는 .m2가 이상한 일을하지는 않을 것입니다 :)

+0

감사합니다. – Ohad

+0

오하데 도움이 될까요? 그렇다면 XD – ivoruJavaBoy

+0

ivoroJavaBoy에게 투표 해주십시오. 감사합니다. 제안한 시나리오가 옳다고 생각하지 않습니다. 일부 출력은 다음과 같습니다. [정보] 릴리스를 수행 할 프로젝트 체크 아웃 ... [정보] 실행 중 :/bin/sh -c cd/home/builduser/agent03/work/4ae459b9554b762f/target && git clone - 브랜치 0.25.0 [email protected] : wix/wix-oss-parents.git/home/builduser/agent03/work/4ae459b9554b762f/target/checkout [정보] 작업 디렉토리 :/home/builduser/agent03/work/4ae459b9554b762f/대상 ... (더 많은 다음 주석에) – Ohad

0

근본 원인 발견; maven scm plugin의 버그