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

Patrick Hunt commented on ZOOKEEPER-1078:
-----------------------------------------

Good question. No, I don't think so. Although the dependency resolution is 
different so we should verify....

Btw, this is one of the great things about maven!! ;-) 

{noformat}
$ mvn dependency:list
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ZooKeeper 3.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:list (default-cli) @ zookeeper ---
[INFO] 
[INFO] The following files have been resolved:
[INFO]    asm:asm:jar:3.1:test
[INFO]    asm:asm-analysis:jar:3.1:test
[INFO]    asm:asm-commons:jar:3.1:test
[INFO]    asm:asm-tree:jar:3.1:test
[INFO]    asm:asm-util:jar:3.1:test
[INFO]    asm:asm-xml:jar:3.1:test
[INFO]    com.google.code.findbugs:annotations:jar:1.3.9:test
[INFO]    com.google.code.findbugs:bcel:jar:1.3.9:test
[INFO]    com.google.code.findbugs:findbugs:jar:1.3.9:test
[INFO]    com.google.code.findbugs:jFormatString:jar:1.3.9:test
[INFO]    com.google.code.findbugs:jsr305:jar:1.3.9:test
[INFO]    com.ibm.icu:icu4j:jar:2.6.1:test
[INFO]    com.j2speed.accessor:accessive:jar:1.1:system
[INFO]    commons-lang:commons-lang:jar:2.4:test
[INFO]    dom4j:dom4j:jar:1.6.1:test
[INFO]    jaxen:jaxen:jar:1.1.1:test
[INFO]    jdom:jdom:jar:1.0:test
[INFO]    jline:jline:jar:0.9.94:compile
[INFO]    junit:junit:jar:4.8.1:test
[INFO]    log4j:log4j:jar:1.2.16:compile
[INFO]    org.hamcrest:hamcrest-all:jar:1.1:test
[INFO]    org.jboss.netty:netty:jar:3.2.4.Final:compile
[INFO]    org.mockito:mockito-all:jar:1.8.5:test
[INFO]    org.slf4j:slf4j-api:jar:1.6.1:compile
[INFO]    org.slf4j:slf4j-log4j12:jar:1.6.1:compile
[INFO]    xalan:xalan:jar:2.6.0:test
[INFO]    xerces:xmlParserAPIs:jar:2.6.2:test
[INFO]    xml-apis:xml-apis:jar:1.0.b2:test
[INFO]    xom:xom:jar:1.0:test
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.730s
[INFO] Finished at: Tue Jun 21 15:39:33 PDT 2011
[INFO] Final Memory: 9M/131M
[INFO] ------------------------------------------------------------------------
{noformat}

Notice that much of this is "test", only the usual suspects show up under 
system/compile. (netty/slf4j being new in 3.4)


> add maven build support to ZooKeeper
> ------------------------------------
>
>                 Key: ZOOKEEPER-1078
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1078
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: build
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>             Fix For: 3.5.0
>
>         Attachments: ZOOKEEPER-1078.patch
>
>
> I've taken a stab at creating a maven build for ZooKeeper. (attachment to 
> follow).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to