Skip to content

Commit

Permalink
removing empty compiler plugin declarations
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cayenne/main/trunk@1091537 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
andrus committed Apr 12, 2011
1 parent f9e33cc commit 0a713db
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 53 deletions.
3 changes: 0 additions & 3 deletions build-tools/cayenne-test-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions build-tools/maven-cayenne-doc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions framework/cayenne-di-unpublished/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions framework/cayenne-jdk1.5-unpublished/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions framework/cayenne-lifecycle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions framework/cayenne-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions framework/cayenne-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<executions>
Expand Down
3 changes: 0 additions & 3 deletions framework/cayenne-wocompat-unpublished/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
Expand Down
7 changes: 0 additions & 7 deletions framework/maven-cayenne-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,5 @@
</dependency>

</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

3 changes: 0 additions & 3 deletions itests/cayenne-runtime-itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
Expand Down
3 changes: 0 additions & 3 deletions itests/cayenne-tools-itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
Expand Down
3 changes: 0 additions & 3 deletions modeler/cayenne-modeler-generic-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions modeler/cayenne-modeler-mac-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions modeler/cayenne-modeler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<executions>
Expand Down
7 changes: 0 additions & 7 deletions modeler/maven-cayenne-modeler-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,5 @@
</dependency>

</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 0a713db

Please sign in to comment.