[
https://issues.apache.org/jira/browse/ATLAS-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499715#comment-17499715
]
Gary J. commented on ATLAS-3671:
---------------------------------
[~a1tair6] - which pom file did you edit to fix the {*}{*}Storm bridge shim
failure?
> Maven Package Failure
> ---------------------
>
> Key: ATLAS-3671
> URL: https://issues.apache.org/jira/browse/ATLAS-3671
> Project: Atlas
> Issue Type: Bug
> Reporter: ygo
> Priority: Blocker
> Attachments: image-2020-03-20-12-23-10-166.png,
> image-2020-03-20-12-23-26-760.png, image-2020-03-20-12-25-19-822.png,
> image-2020-03-20-12-26-08-408.png
>
>
> mvn clean -DskipTests package -Pdist,embedded-hbase-solr
>
> i try mvn package, but failed.
> mvn version : 3.6.1
>
>
> *first*. JanusGraph DB Impl 2.0.0 build failure.
> "com.sleepycat:je:pom:7.4.5" in "http://repo1.maven.org/maven2"
> !image-2020-03-20-12-23-10-166.png|width=833,height=68!
> !image-2020-03-20-12-23-26-760.png|width=1344,height=45!
> * i modified the pom.xml file
> ** <repository>
> <id>oracleReleases</id>
> <name>Oracle Released Java Packages</name>
> <url>[http://download.oracle.com/maven]</url>
> <layout>default</layout>
> </repository>
>
> *second.* Storm bridge shim 2.0.0 build failure.
> !image-2020-03-20-12-25-19-822.png|width=589,height=236!
> !image-2020-03-20-12-26-08-408.png|width=1217,height=40!
>
> * i modified the pom.xml file
> ** <repository>
> <id>atlassian-public</id>
> <url>https://maven.atlassian.com/repository/public</url>
> <snapshots>
> <enabled>true</enabled>
> <updatePolicy>never</updatePolicy>
> <checksumPolicy>warn</checksumPolicy>
> </snapshots>
> <releases>
> <enabled>true</enabled>
> <checksumPolicy>warn</checksumPolicy>
> </releases>
> </repository>
>
> *result. build succeed*
>
> Did I do something wrong? Otherwise, please modify the source.
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)