Author: aadamchik
Date: Mon Dec 25 04:03:21 2006
New Revision: 490141
URL: http://svn.apache.org/viewvc?view=rev&rev=490141
Log:
fixing Maven build after switching to the new module structure
Added:
incubator/cayenne/main/trunk/framework/pom.xml
Modified:
incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml
incubator/cayenne/main/trunk/integration-test/jpa-chapter9/pom.xml
incubator/cayenne/main/trunk/integration-test/pojo/pom.xml
incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/pom.xml
Added: incubator/cayenne/main/trunk/framework/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/framework/pom.xml?view=auto&rev=490141
==============================================================================
--- incubator/cayenne/main/trunk/framework/pom.xml (added)
+++ incubator/cayenne/main/trunk/framework/pom.xml Mon Dec 25 04:03:21 2006
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2006 The Apache Software Foundation
+
+ Licensed 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"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.cayenne</groupId>
+ <artifactId>cayenne-parent</artifactId>
+ <version>3.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.apache.cayenne.framework</groupId>
+ <artifactId>cayenne-framework-aggregator</artifactId>
+ <name>Cayenne Framework Aggregator Project</name>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>cayenne-agent</module>
+ <module>cayenne-server</module>
+ <module>cayenne-client</module>
+ </modules>
+
+</project>
Modified: incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml?view=diff&rev=490141&r1=490140&r2=490141
==============================================================================
--- incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml
(original)
+++ incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml Mon Dec
25 04:03:21 2006
@@ -67,7 +67,7 @@
<configuration>
<forkMode>once</forkMode>
<argLine>
-
-javaagent:${settings.localRepository}/org/apache/cayenne/core/cayenne-agent/${version}/cayenne-agent-${version}.jar
+
-javaagent:${settings.localRepository}/org/apache/cayenne/cayenne-agent/${version}/cayenne-agent-${version}.jar
</argLine>
</configuration>
</plugin>
Modified: incubator/cayenne/main/trunk/integration-test/jpa-chapter9/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/integration-test/jpa-chapter9/pom.xml?view=diff&rev=490141&r1=490140&r2=490141
==============================================================================
--- incubator/cayenne/main/trunk/integration-test/jpa-chapter9/pom.xml
(original)
+++ incubator/cayenne/main/trunk/integration-test/jpa-chapter9/pom.xml Mon Dec
25 04:03:21 2006
@@ -67,7 +67,7 @@
<configuration>
<forkMode>once</forkMode>
<argLine>
-
-javaagent:${settings.localRepository}/org/apache/cayenne/core/cayenne-agent/${version}/cayenne-agent-${version}.jar
+
-javaagent:${settings.localRepository}/org/apache/cayenne/cayenne-agent/${version}/cayenne-agent-${version}.jar
</argLine>
</configuration>
</plugin>
Modified: incubator/cayenne/main/trunk/integration-test/pojo/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/integration-test/pojo/pom.xml?view=diff&rev=490141&r1=490140&r2=490141
==============================================================================
--- incubator/cayenne/main/trunk/integration-test/pojo/pom.xml (original)
+++ incubator/cayenne/main/trunk/integration-test/pojo/pom.xml Mon Dec 25
04:03:21 2006
@@ -62,7 +62,7 @@
<configuration>
<forkMode>once</forkMode>
<argLine>
-
-javaagent:${settings.localRepository}/org/apache/cayenne/core/cayenne-agent/${version}/cayenne-agent-${version}.jar
+
-javaagent:${settings.localRepository}/org/apache/cayenne/cayenne-agent/${version}/cayenne-agent-${version}.jar
</argLine>
</configuration>
</plugin>
Modified: incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/pom.xml?view=diff&rev=490141&r1=490140&r2=490141
==============================================================================
--- incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/pom.xml
(original)
+++ incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/pom.xml Mon
Dec 25 04:03:21 2006
@@ -24,7 +24,7 @@
<groupId>org.apache.cayenne.maven.plugin</groupId>
<artifactId>maven-cayenne-build-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <name>Cayenne Maven2 Plugins :: Internal Build Plugin</name>
+ <name>Cayenne Internal Build Plugin</name>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>