Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 062dbc0

Browse files
author
Marek Potociar
committed
Resolved J-74: Clean maven config to reflect moving to JDK 7.
- Removed JDK 7 (or higher) specific maven pom profiles - Moved JDK 7 or higher unit tests to the location of all the unit tests Change-Id: I97727a8e7fe8e14a01c96dbb7efed4be246af1fe Signed-off-by: Marek Potociar <[email protected]>
1 parent 1801bf7 commit 062dbc0

File tree

5 files changed

+0
-72
lines changed

5 files changed

+0
-72
lines changed

incubator/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,4 @@
6464
<module>html-json</module>
6565
</modules>
6666

67-
<profiles>
68-
<profile>
69-
<id>jdk7-or-higher</id>
70-
<activation>
71-
<jdk>(1.6,)</jdk>
72-
</activation>
73-
<modules>
74-
<module>html-json</module>
75-
</modules>
76-
</profile>
77-
</profiles>
78-
7967
</project>

media/multipart/pom.xml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -143,35 +143,4 @@
143143
</dependency>
144144
</dependencies>
145145

146-
<profiles>
147-
<profile>
148-
<id>add-tests-on-jdk-7-or-higher</id>
149-
<activation>
150-
<jdk>(1.6,)</jdk>
151-
</activation>
152-
<build>
153-
<plugins>
154-
<plugin>
155-
<groupId>org.codehaus.mojo</groupId>
156-
<artifactId>build-helper-maven-plugin</artifactId>
157-
<executions>
158-
<execution>
159-
<id>add-test-source</id>
160-
<phase>generate-test-sources</phase>
161-
<goals>
162-
<goal>add-test-source</goal>
163-
</goals>
164-
<configuration>
165-
<sources>
166-
<source>src/test/java7</source>
167-
</sources>
168-
</configuration>
169-
</execution>
170-
</executions>
171-
</plugin>
172-
</plugins>
173-
</build>
174-
</profile>
175-
</profiles>
176-
177146
</project>

tests/e2e/pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -191,35 +191,6 @@
191191
</dependencies>
192192

193193
<profiles>
194-
<profile>
195-
<id>add-tests-on-jdk-7-or-higher</id>
196-
<activation>
197-
<jdk>(1.6,)</jdk>
198-
</activation>
199-
<build>
200-
<plugins>
201-
<plugin>
202-
<groupId>org.codehaus.mojo</groupId>
203-
<artifactId>build-helper-maven-plugin</artifactId>
204-
<executions>
205-
<execution>
206-
<id>add-test-source</id>
207-
<phase>generate-test-sources</phase>
208-
<goals>
209-
<goal>add-test-source</goal>
210-
</goals>
211-
<configuration>
212-
<sources>
213-
<source>src/test/java7</source>
214-
</sources>
215-
</configuration>
216-
</execution>
217-
</executions>
218-
</plugin>
219-
</plugins>
220-
</build>
221-
</profile>
222-
223194
<profile>
224195
<id>xdk</id>
225196
<properties>

0 commit comments

Comments
 (0)