Can you run Maven in debug mode? That is done using the -X flag. I'd suggest only doing so on the specific project that's having trouble. Specifically,
<NIFI_ROOT>/nifi-external/nifi-storm-spout The output is super verbose so I'd also recommend directing that to a file. Wondering if there is an more details about why its failing. On Thu, Sep 10, 2015 at 1:56 PM, DomenicPuzio <[email protected]> wrote: > Yes, I manually replaced the <my-proxy-is-here> when sending the email. > > I was able to build this far and successfully pull down the other > dependencies. For some reason it’s just breaking on clj-time. > > I never specify as to where my proxy is going, I just say which proxy > server to use in order to access the Internet. So I don’t ever enter > http://repo.maven.apache.org/maven2/ or https://clojars.org/, I just let > Maven go where it needs to go. > > ________________________________________________________ > > The information contained in this e-mail is confidential and/or > proprietary to Capital One and/or its affiliates and may only be used > solely in performance of work or services for Capital One. The information > transmitted herewith is intended only for use by the individual or entity > to which it is addressed. If the reader of this message is not the intended > recipient, you are hereby notified that any review, retransmission, > dissemination, distribution, copying or other use of, or taking of any > action in reliance upon this information is strictly prohibited. If you > have received this communication in error, please contact the sender and > delete the material from your computer. > > > > > -- > View this message in context: > http://apache-nifi-developer-list.39713.n7.nabble.com/Cannot-build-code-base-error-with-mvn-T-C2-0-clean-install-tp2753p2761.html > Sent from the Apache NiFi Developer List mailing list archive at > Nabble.com. >
