[
https://issues.apache.org/jira/browse/CAMEL-12593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16522206#comment-16522206
]
ASF GitHub Bot commented on CAMEL-12593:
----------------------------------------
zregvart closed pull request #2390: [CAMEL-12593] Active deploy profile when
deploying
URL: https://github.com/apache/camel/pull/2390
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/Jenkinsfile b/Jenkinsfile
index a34301d8e7a..46f8a75548c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -47,7 +47,7 @@ pipeline {
branch 'master'
}
steps {
- sh "./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean
deploy"
+ sh "./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true -Pdeploy
clean deploy"
}
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Source and javadoc jars not published to snapshot maven repository
> ------------------------------------------------------------------
>
> Key: CAMEL-12593
> URL: https://issues.apache.org/jira/browse/CAMEL-12593
> Project: Camel
> Issue Type: Bug
> Components: build system
> Reporter: Craig
> Assignee: Zoran Regvart
> Priority: Major
>
> The [https://repository.apache.org/content/repositories/snapshots/] maven
> repository does not have source or javadoc jars for Camel:
> [https://repository.apache.org/content/repositories/snapshots/org/apache/camel/camel-core/2.22.0-SNAPSHOT/]
> Note that the source and javadoc jars are absent; compare to
> [http://central.maven.org/maven2/org/apache/camel/camel-core/2.21.1/]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)