Open GoogleCodeExporter opened 9 years ago
Hi Nick.
Yes, you are right that it breaks the build. I didn't want to delete them at
that
moment, I was afraid of breaking something.
So I just included the ignore on the build element of the pom.xml file
<build>
<finalName>portal</finalName>
<plugins>
<plugin>
...
<configuration>
<source>1.5</source>
<target>1.5</target>
<excludes>
<exclude>**/CitationView.java</exclude>
<exclude>**/WebserviceView.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
Worth considering deleting them on the next build, though...
Original comment by josecua...@gmail.com
on 10 May 2010 at 7:50
Original issue reported on code.google.com by
nickdos
on 16 Apr 2010 at 3:28Attachments: