Author: ptahchiev Date: Sun Feb 3 01:45:26 2008 New Revision: 617969 URL: http://svn.apache.org/viewvc?rev=617969&view=rev Log: Identations improved
Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/pom.xml jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/pom.xml?rev=617969&r1=617968&r2=617969&view=diff ============================================================================== --- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/pom.xml (original) +++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/pom.xml Sun Feb 3 01:45:26 2008 @@ -43,12 +43,12 @@ <url>https://issues.apache.org/jira/browse/CACTUS</url> </issueManagement> - <distributionManagement> - <site> - <id>cactus.apache.org</id> - <url>file://C:/xampp/htdocs/cactus</url> - </site> - </distributionManagement> + <distributionManagement> + <site> + <id>cactus.apache.org</id> + <url>file://C:/xampp/htdocs/cactus</url> + </site> + </distributionManagement> <mailingLists> <mailingList> <name>Cactus User List</name> @@ -163,7 +163,6 @@ </plugin> </plugins> </reporting> - <build> <plugins> <plugin> Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml?rev=617969&r1=617968&r2=617969&view=diff ============================================================================== --- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml (original) +++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml Sun Feb 3 01:45:26 2008 @@ -28,12 +28,12 @@ <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/</developerConnection> - </scm> + </scm> <prerequisites> <!-- It may work with previous versions of Maven but this hasn't been tested so for safety we require Maven 2.0.4 --> <maven>2.0.4</maven> - </prerequisites> + </prerequisites> <dependencyManagement> <dependencies> <!-- build time only - might want to use plugins for this? --> @@ -165,20 +165,13 @@ <id>apache.snapshots</id> <name>Apache Development Snapshot Repository</name> <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url> - </snapshotRepository> + </snapshotRepository> <site> <id>cactus-site</id> <name>Cactus Deployment site</name> <url>scp://[EMAIL PROTECTED]:/x1/www/jakarta.apache.org/cactus/</url> </site> </distributionManagement> - <!-- This is where the framework site is being deployed --> - <!--distributionManagement> - <repository> - <id>ftp-repository</id> - <url>ftp://repository.mycompany.com/repository</url> - </repository> - </distributionManagement--> <reporting> <plugins> <plugin> @@ -203,9 +196,9 @@ </notifiers> </ciManagement> - <build> - <pluginManagement> - <plugins> + <build> + <pluginManagement> + <plugins> <!-- Apply checkstyle rules and fail the build in case of errors. The checkstyle config files are taken from the build-tools JAR module --> <plugin> @@ -252,32 +245,32 @@ <configuration> <tagBase>file:////home/peter/tags/</tagBase> </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.3</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifestEntries> - <mode>development</mode> - <url>${pom.url}</url> - </manifestEntries> - </archive> - </configuration> - </plugin> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptors> - <descriptor>assembly.xml</descriptor> - </descriptors> - </configuration> - </plugin> - </plugins> + </plugin> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.3</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifestEntries> + <mode>development</mode> + <url>${pom.url}</url> + </manifestEntries> + </archive> + </configuration> + </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptors> + <descriptor>assembly.xml</descriptor> + </descriptors> + </configuration> + </plugin> + </plugins> </pluginManagement> </build> <modules> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]