Skip to content

Commit 97b3c6c

Browse files
committed
Fixed broken pom
1 parent 93cbbce commit 97b3c6c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,26 @@
143143

144144
<build/>
145145

146+
<profiles>
147+
<profile>
148+
<id>frameworkium-core</id>
149+
<activation>
150+
<activeByDefault>true</activeByDefault>
151+
</activation>
152+
<build>
153+
<plugins>
154+
<plugin>
155+
<groupId>org.apache.maven.plugins</groupId>
156+
<artifactId>maven-compiler-plugin</artifactId>
157+
<version>3.2</version>
158+
<configuration>
159+
<source>1.7</source>
160+
<target>1.7</target>
161+
</configuration>
162+
</plugin>
163+
</plugins>
164+
</build>
165+
</profile>
166+
</profiles>
167+
146168
</project>

0 commit comments

Comments
 (0)