File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 <developerConnection >scm:svn:https://svn.apache.org/repos/asf/commons/proper/codec/trunk</developerConnection >
5151 <url >http://svn.apache.org/viewvc/commons/proper/codec/trunk</url >
5252 </scm >
53-
54- <profiles >
55- <!--
56- Use maven-site-plugin 2.x with Maven 2.x and maven-site-plugin 3.x with Maven 3.x
57- See http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-3/maven-3.html
58- -->
59- <profile >
60- <id >maven-3</id >
61- <activation >
62- <file >
63- <!-- The basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
64- <exists >${basedir} </exists >
65- </file >
66- </activation >
67- <build >
68- <pluginManagement >
69- <plugins >
70- <plugin >
71- <groupId >org.apache.maven.plugins</groupId >
72- <artifactId >maven-site-plugin</artifactId >
73- <version >3.0-beta-3</version >
74- </plugin >
75- </plugins >
76- </pluginManagement >
77- <plugins >
78- <plugin >
79- <artifactId >maven-site-plugin</artifactId >
80- <executions >
81- <execution >
82- <id >attach-descriptor</id >
83- <goals >
84- <goal >attach-descriptor</goal >
85- </goals >
86- </execution >
87- </executions >
88- </plugin >
89- </plugins >
90- </build >
91- </profile >
92- </profiles >
9353
9454 <developers >
9555 <developer >
231191 <build >
232192 <sourceDirectory >src/java</sourceDirectory >
233193 <testSourceDirectory >src/test</testSourceDirectory >
234- <pluginManagement >
235- <plugins >
236- <plugin >
237- <groupId >org.apache.maven.plugins</groupId >
238- <artifactId >maven-site-plugin</artifactId >
239- <version >2.2</version >
240- </plugin >
241- </plugins >
242- </pluginManagement >
243194 <plugins >
244195 <plugin >
245196 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments