Re: [Dspace-tech] Error during maven build. [Missing header]

2012-05-11 Thread Masha Watts
Dear Tim, Thanks for your support. But same problem occurs with the new SVN also. Masha. On Wed, May 9, 2012 at 10:18 PM, Tim Donohue wrote: > All, > > On second glance, I don't believe this issue is "fixable" in the old SVN > archive (now at > http://svn.duraspace.org/**dspace/

Re: [Dspace-tech] Error during maven build. [Missing header]

2012-05-09 Thread Tim Donohue
All, On second glance, I don't believe this issue is "fixable" in the old SVN archive (now at http://svn.duraspace.org/dspace/). In other words, I think that running 'mvn install' against an old SVN checkout will always throw errors, unfortunately. The underlying issue seems to be that the 'm

Re: [Dspace-tech] Error during maven build. [Missing header]

2012-05-09 Thread Tim Donohue
Masha, Ok, this is starting to make more sense now. :) NetBeans by default runs a 'mvn install' whenever you do a Maven build (it's just how it works). With DSpace, a 'mvn install' also runs a license check. I believe the reason why this isn't working is that we moved our SVN repository las

Re: [Dspace-tech] Error during maven build. [Missing header]

2012-05-08 Thread Masha Watts
Dear Mark and Tim, I'm using Netbeans for the maven build and also I'm using default maven goals. It worked fine till last Friday. Is there any effect from the SVN repository change which held on last weekend? Tim, It shows almost all the java files in the project. Thanks, Masha. On Wed, May 9,

Re: [Dspace-tech] Error during maven build. [Missing header]

2012-05-08 Thread Mark Diggory
Masha and Tim, Another thought. The license goal shouldn't be getting executed during the package phase of our regular build process. Are you executing some other mvn goal or phase such as install or deploy? Mark On Tue, May 8, 2012 at 7:12 AM, Tim Donohue wrote: > Hi Masha, > > Maven usually

Re: [Dspace-tech] Error during maven build. [Missing header]

2012-05-08 Thread Tim Donohue
Hi Masha, Maven usually will also report the exact files which it found to not have a proper header. Was there any additional information provided when you ran Maven? If you scroll up in your Maven response, you should find some information similar to this reported: [INFO] --- maven-license-p

[Dspace-tech] Error during maven build. [Missing header]

2012-05-08 Thread Masha Watts
Dear All, I'm getting following error during the maven build. It says *[Missing header]*. But when I go to individual java files, those contains the default license text. Failed to execute goal com.mycila.maven-license-plugin:maven-license-plugin:1.9.0:check (check-headers) on project dspace-jspu