We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cbbce commit 97b3c6cCopy full SHA for 97b3c6c
pom.xml
@@ -143,4 +143,26 @@
143
144
<build/>
145
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
+
168
</project>
0 commit comments