Skip to content

Commit ff8d38d

Browse files
committed
Update pom.xml
1 parent fcfe01c commit ff8d38d

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

pom.xml

+20-1
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,35 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
76
<groupId>groupId</groupId>
87
<artifactId>Object-Oriented-Programming</artifactId>
98
<version>1.0-SNAPSHOT</version>
109
<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+
<email>[email protected]</email>
20+
</developer>
21+
</developers>
1122
<properties>
1223
<project.build.sourceEncoding>windows-1252</project.build.sourceEncoding>
1324
<maven.compiler.source>1.13</maven.compiler.source>
1425
<maven.compiler.target>1.13</maven.compiler.target>
1526
</properties>
27+
<profiles>
28+
<profile>
29+
<id>Development</id>
30+
<activation>
31+
<activeByDefault>true</activeByDefault>
32+
</activation>
33+
</profile>
34+
</profiles>
1635
<build>
1736
<plugins>
1837
<plugin>

0 commit comments

Comments
 (0)