Monday, April 09, 2007

Pom.xml Problem in Condor Portlet

The condor job submission portlet contains a call to an obsolete plugin repository that will cause compilation errors of this portlet. To solve in release version 2.0.4, comment out the plugin section near the top of the ogce2-2.0/ogce-portal/portlets/condor-job-submission2/pom.xml as shown.



<build>
<finalName>condor-job-submission2</finalName>
<plugins>
<!--
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty6-plugin</artifactId>
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
</configuration>
</plugin>
-->
</plugins>
</build>

No comments: