File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
-
7
6
<groupId >groupId</groupId >
8
7
<artifactId >Object-Oriented-Programming</artifactId >
9
8
<version >1.0-SNAPSHOT</version >
10
9
<name >Object Oriented Programming</name >
10
+ <licenses >
11
+ <license >
12
+ <name >The MIT License (MIT)</name >
13
+ <url >https://github.com/Denel91/Object-Oriented-Programming/blob/master/LICENSE.md</url >
14
+ </license >
15
+ </licenses >
16
+ <developers >
17
+ <developer >
18
+ <name >Daniele Di Salvo</name >
19
+
20
+ </developer >
21
+ </developers >
11
22
<properties >
12
23
<project .build.sourceEncoding>windows-1252</project .build.sourceEncoding>
13
24
<maven .compiler.source>1.13</maven .compiler.source>
14
25
<maven .compiler.target>1.13</maven .compiler.target>
15
26
</properties >
27
+ <profiles >
28
+ <profile >
29
+ <id >Development</id >
30
+ <activation >
31
+ <activeByDefault >true</activeByDefault >
32
+ </activation >
33
+ </profile >
34
+ </profiles >
16
35
<build >
17
36
<plugins >
18
37
<plugin >
You can’t perform that action at this time.
0 commit comments