[ 
https://issues.apache.org/jira/browse/HBASE-16338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16208146#comment-16208146
 ] 

Mike Drob commented on HBASE-16338:
-----------------------------------

Root needs to be installed first then...

{noformat}
cd /Users/mdrob/IdeaProjects/hbase/hbase-client
mvn -DHBasePatchProcess -fae clean install -DskipTests=true 
-Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true > 
/private/tmp/yetus-20209.7522/patch-mvninstall-hbase-client.txt 2>&1
Elapsed:   0m 20s
cd /Users/mdrob/IdeaProjects/hbase/hbase-resource-bundle
mvn -DHBasePatchProcess -fae clean install -DskipTests=true 
-Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true > 
/private/tmp/yetus-20209.7522/patch-mvninstall-hbase-resource-bundle.txt 2>&1
Elapsed:   0m 10s
cd /Users/mdrob/IdeaProjects/hbase/hbase-server
mvn -DHBasePatchProcess -fae clean install -DskipTests=true 
-Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true > 
/private/tmp/yetus-20209.7522/patch-mvninstall-hbase-server.txt 2>&1
Elapsed:   0m 45s
cd /Users/mdrob/IdeaProjects/hbase/hbase-mapreduce
mvn -DHBasePatchProcess -fae clean install -DskipTests=true 
-Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true > 
/private/tmp/yetus-20209.7522/patch-mvninstall-hbase-mapreduce.txt 2>&1
Elapsed:   0m 18s
cd /Users/mdrob/IdeaProjects/hbase/hbase-shell
mvn -DHBasePatchProcess -fae clean install -DskipTests=true 
-Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true > 
/private/tmp/yetus-20209.7522/patch-mvninstall-hbase-shell.txt 2>&1
Elapsed:   0m 20s
cd /Users/mdrob/IdeaProjects/hbase/hbase-it
mvn -DHBasePatchProcess -fae clean install -DskipTests=true 
-Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true > 
/private/tmp/yetus-20209.7522/patch-mvninstall-hbase-it.txt 2>&1
Elapsed:   0m 19s
cd /Users/mdrob/IdeaProjects/hbase/hbase-rest
mvn -DHBasePatchProcess -fae clean install -DskipTests=true 
-Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true > 
/private/tmp/yetus-20209.7522/patch-mvninstall-hbase-rest.txt 2>&1
Elapsed:   0m 16s
cd /Users/mdrob/IdeaProjects/hbase/hbase-spark
mvn -DHBasePatchProcess -fae clean install -DskipTests=true 
-Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true > 
/private/tmp/yetus-20209.7522/patch-mvninstall-hbase-spark.txt 2>&1
Elapsed:   0m 36s
cd /Users/mdrob/IdeaProjects/hbase/hbase-shaded
mvn -DHBasePatchProcess -fae clean install -DskipTests=true 
-Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true > 
/private/tmp/yetus-20209.7522/patch-mvninstall-hbase-shaded.txt 2>&1
Elapsed:   0m 13s
cd /Users/mdrob/IdeaProjects/hbase/hbase-shaded/hbase-shaded-mapreduce
mvn -DHBasePatchProcess -fae clean install -DskipTests=true 
-Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true > 
/private/tmp/yetus-20209.7522/patch-mvninstall-hbase-shaded_hbase-shaded-mapreduce.txt
 2>&1
Elapsed:   0m 10s
cd /Users/mdrob/IdeaProjects/hbase
mvn -DHBasePatchProcess -fae clean install -DskipTests=true 
-Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true > 
/private/tmp/yetus-20209.7522/patch-mvninstall-root.txt 2>&1
{noformat}

Just noticed this - root being installed after the modules means that when we 
add/change properties in the root pom (in this case version values) then the 
modules aren't getting the correct ones resolved? We should probably do a {{cd 
${ROOT}; mvn install -N}} at the start of that phase?

> update jackson to 2.y
> ---------------------
>
>                 Key: HBASE-16338
>                 URL: https://issues.apache.org/jira/browse/HBASE-16338
>             Project: HBase
>          Issue Type: Task
>          Components: dependencies
>            Reporter: Sean Busbey
>            Assignee: Mike Drob
>             Fix For: 2.0.0-beta-2
>
>         Attachments: 16338.txt, HBASE-16338.v10.patch, HBASE-16338.v2.patch, 
> HBASE-16338.v3.patch, HBASE-16338.v5.patch, HBASE-16338.v6.patch, 
> HBASE-16338.v7.patch, HBASE-16338.v8.patch, HBASE-16338.v9.patch
>
>
> Our jackson dependency is from ~3 years ago. Update to the jackson 2.y line, 
> using 2.7.0+.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to