What's the maven version you are using ?
On Wed, Dec 21, 2016 at 7:34 AM, Rajamanickam Muthukumar < [email protected]> wrote: > I have cleaned many times but still getting the same issue, do I need to > download maven latest? > > > > *From:* Isuru Udana [mailto:[email protected]] > *Sent:* Wednesday, 21 December 2016 10:01 AM > *To:* [email protected] > *Subject:* Re: synapse build error > > > > Hi Muthu, > > > > This is related to maven site plugin. > > > > Are you building the synapse trunk ? We have set the site plugin version > to 3.3 as follows in the root pom in synapse trunk. > > > > <plugin> > > <groupId>org.apache.maven.plugins</groupId> > > <artifactId>maven-site-plugin</artifactId> > > <version>3.3</version> > > </plugin> > > > > AFAIK, version 3.3 shouldn't cause this failure. But as per your log, site > plugin version 3.0 is used. > > That's why I am wondering whether you are building the trunk or not. > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-site-plugin:3.0:site (default) on project > Apache-Synapse: Execution defaul > > te: > > May be you can try to build in a clean .m2 repo. > > > > Thanks. > > > > > > On Wed, Dec 21, 2016 at 7:16 AM, Rajamanickam Muthukumar < > [email protected]> wrote: > > Hi Team, > > > > I am muthu, I am using the synapse project. I have attached error during > build so can you help me to fix that. > > > > Thank you > > > > Warm Regards, > > *Rajamanickam* Muthukumar PMP > > > > *Disclaimer* > > This email (and any attachments) are intended solely for the named > addressee(s) only. It contains confidential and/or privileged information. > If you are not the intended recipient or have received this email in error, > you must not copy, distribute, disclose or take any action in reliance on > any part of it. In such case, you should inform us immediately and delete > this email (and any attachments). > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > > -- > > *Isuru Udana* > > Technical Lead > > ; WSO2 Inc.; http://wso2.com > > email: [email protected] > blog: http://mytecheye.blogspot.com/ > > > > *Disclaimer* > > This email (and any attachments) are intended solely for the named > addressee(s) only. It contains confidential and/or privileged information. > If you are not the intended recipient or have received this email in error, > you must not copy, distribute, disclose or take any action in reliance on > any part of it. In such case, you should inform us immediately and delete > this email (and any attachments). > > -- *Isuru Udana* Technical Lead *; WSO2 Inc.; http://wso2.com <http://wso2.com>email: [email protected] <[email protected]> blog: http://mytecheye.blogspot.com/ <http://mytecheye.blogspot.com/>*
