Author: aadamchik Date: Sun Jan 30 10:32:33 2011 New Revision: 1065245 URL: http://svn.apache.org/viewvc?rev=1065245&view=rev Log: reformatting pom, removing emma reference
Modified: cayenne/main/trunk/pom.xml Modified: cayenne/main/trunk/pom.xml URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=1065245&r1=1065244&r2=1065245&view=diff ============================================================================== --- cayenne/main/trunk/pom.xml (original) +++ cayenne/main/trunk/pom.xml Sun Jan 30 10:32:33 2011 @@ -1,24 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to you under the Apache License, Version + 2.0 (the "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 Unless required by + applicable law or agreed to in writing, software distributed under the + License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR + CONDITIONS OF ANY KIND, either express or implied. See the License for + the specific language governing permissions and limitations under the + License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -295,12 +291,6 @@ </exclusions> </dependency> <dependency> - <groupId>emma</groupId> - <artifactId>emma</artifactId> - <version>2.0.5312</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>1.8.0.4</version> @@ -441,20 +431,20 @@ <version>2.2.1</version> </dependency> <dependency> - <groupId>net.sf.jedit-syntax</groupId> - <artifactId>jedit-syntax</artifactId> - <version>2.2.2</version> - </dependency> - <dependency> - <groupId>jgraph</groupId> - <artifactId>jgraph</artifactId> - <version>5.13.0.0</version> - </dependency> - <dependency> - <groupId>net.java.dev.inflector</groupId> - <artifactId>inflector</artifactId> - <version>0.7.0</version> - </dependency> + <groupId>net.sf.jedit-syntax</groupId> + <artifactId>jedit-syntax</artifactId> + <version>2.2.2</version> + </dependency> + <dependency> + <groupId>jgraph</groupId> + <artifactId>jgraph</artifactId> + <version>5.13.0.0</version> + </dependency> + <dependency> + <groupId>net.java.dev.inflector</groupId> + <artifactId>inflector</artifactId> + <version>0.7.0</version> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -627,7 +617,7 @@ </plugins> </reporting> <profiles> - + <!-- Profile that generates assemblies after the build --> <profile> <id>assembly</id> @@ -635,29 +625,29 @@ <module>assembly</module> </modules> </profile> - + <!-- Optional profile used to sign artifacts --> <profile> <id>gpg</id> <build> - <plugins> - <plugin> + <plugins> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> - <execution> - <id>sign-artifacts</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> + <execution> + <id>sign-artifacts</id> + <phase>verify</phase> + <goals> + <goal>sign</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build> </profile> - + <!-- Test DB Profiles (default is embedded HSQLDB) --> <profile> <id>default-db</id> @@ -830,11 +820,11 @@ </property> </activation> <dependencies> - <dependency> - <groupId>org.xerial</groupId> - <artifactId>sqlite-jdbc</artifactId> - <version>3.6.16</version> - </dependency> + <dependency> + <groupId>org.xerial</groupId> + <artifactId>sqlite-jdbc</artifactId> + <version>3.6.16</version> + </dependency> </dependencies> </profile> <profile>