@@ -29,8 +29,8 @@ limitations under the License.
2929 collection of phonetic encoding utilities.
3030 </description >
3131 <logo >/images/logo.png</logo >
32- <url >http://jakarta.apache.org/commons/${pom.artifactId.substring(8)} /</url >
33- <package >org.apache.commons.${pom.artifactId.substring(8)} </package >
32+ <url >http://jakarta.apache.org/commons/codec /</url >
33+ <package >org.apache.commons.codec </package >
3434 <organization >
3535 <name >The Apache Software Foundation</name >
3636 <url >http://jakarta.apache.org</url >
@@ -45,12 +45,12 @@ limitations under the License.
4545 </licenses >
4646 <gumpRepositoryId >jakarta</gumpRepositoryId >
4747 <issueTrackingUrl >http://issues.apache.org/bugzilla/</issueTrackingUrl >
48- <siteAddress >jakarta .apache.org</siteAddress >
49- <siteDirectory >/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)} /</siteDirectory >
50- <distributionDirectory >/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)} /</distributionDirectory >
48+ <siteAddress >people .apache.org</siteAddress >
49+ <siteDirectory >/www/jakarta.apache.org/commons/codec /</siteDirectory >
50+ <distributionDirectory >/www/jakarta.apache.org/builds/jakarta-commons/codec /</distributionDirectory >
5151 <repository >
52- <connection >scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)} /trunk</connection >
53- <url >http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)} /trunk</url >
52+ <connection >scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/codec /trunk</connection >
53+ <url >http://svn.apache.org/repos/asf/jakarta/commons/proper/codec /trunk</url >
5454 </repository >
5555 <mailingLists >
5656 <mailingList >
@@ -184,25 +184,30 @@ limitations under the License.
184184 </contributor >
185185 </contributors >
186186 <dependencies >
187- <dependency >
188- <groupId >junit</groupId >
189- <artifactId >junit</artifactId >
190- <version >3.8.1</version >
191- <url >http://www.junit.org</url >
192- <properties >
193- <scope >test</scope >
194- </properties >
195- </dependency >
196- <dependency >
197- <groupId >maven-plugins</groupId >
198- <artifactId >maven-cobertura-plugin</artifactId >
199- <version >1.1.1</version >
200- <url >http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url >
201- <type >plugin</type >
202- <properties >
203- <comment >Site generation</comment >
204- </properties >
205- </dependency >
187+ <dependency >
188+ <groupId >junit</groupId >
189+ <artifactId >junit</artifactId >
190+ <version >3.8.1</version >
191+ <properties >
192+ <scope >test</scope >
193+ <comment >
194+ Required only for testing.
195+ </comment >
196+ </properties >
197+ </dependency >
198+ <dependency >
199+ <groupId >maven-plugins</groupId >
200+ <artifactId >maven-cobertura-plugin</artifactId >
201+ <version >1.1.1</version >
202+ <url >http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url >
203+ <type >plugin</type >
204+ <properties >
205+ <scope >test</scope >
206+ <comment >
207+ Required only for generating test coverage reports.
208+ </comment >
209+ </properties >
210+ </dependency >
206211 </dependencies >
207212 <issueTrackingUrl >http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW& bug_status=ASSIGNED& bug_status=REOPENED& email1=& emailtype1=substring& emailassigned_to1=1& email2=& emailtype2=substring& emailreporter2=1& bugidtype=include& bug_id=& changedin=& votes=& chfieldfrom=& chfieldto=Now& chfieldvalue=& product=Commons& component=Codec& short_desc=& short_desc_type=allwordssubstr& long_desc=& long_desc_type=allwordssubstr& bug_file_loc=& bug_file_loc_type=allwordssubstr& keywords=& keywords_type=anywords& field0-0-0=noop& type0-0-0=noop& value0-0-0=& cmdtype=doit& newqueryname=& order=Reuse+same+sort+as+last+time</issueTrackingUrl >
208213 <build >
@@ -231,23 +236,14 @@ limitations under the License.
231236 </unitTest >
232237 </build >
233238 <reports >
234- <report >maven-changes-plugin</report >
235- <report >maven-changelog-plugin</report >
236- <report >maven-checkstyle-plugin</report >
237- <!-- <report>maven-clover-plugin</report> -->
238- <report >maven-cobertura-plugin</report >
239- <report >maven-developer-activity-plugin</report >
240- <report >maven-file-activity-plugin</report >
241- <!-- <report>maven-findbugs-plugin</report> -->
242- <report >maven-javadoc-plugin</report >
243- <report >maven-jdepend-plugin</report >
244- <report >maven-jdiff-plugin</report >
245- <report >maven-junit-report-plugin</report >
246- <report >maven-jxr-plugin</report >
247- <report >maven-license-plugin</report >
248- <!-- <report>maven-linkcheck-plugin</report> -->
249- <!-- <report>maven-jellydoc-plugin</report> -->
250- <!-- <report>maven-statcvs-plugin</report> -->
251- <!-- <report>maven-tasklist-plugin</report> -->
239+ <report >maven-changes-plugin</report >
240+ <report >maven-checkstyle-plugin</report >
241+ <report >maven-javadoc-plugin</report >
242+ <report >maven-jdepend-plugin</report >
243+ <report >maven-junit-report-plugin</report >
244+ <report >maven-jxr-plugin</report >
245+ <report >maven-license-plugin</report >
246+ <report >maven-cobertura-plugin</report >
247+ <report >maven-jdiff-plugin</report >
252248 </reports >
253249</project >
0 commit comments