Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Reimers, Dominik
fpinjava
Commits
cd16ed89
Commit
cd16ed89
authored
Nov 14, 2021
by
Reimers, Dominik
Browse files
Added POM.xml
parent
53c557f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
cd16ed89
...
...
@@ -40,8 +40,6 @@ ivy-report.css
*/build/
build/
*DS_Store
pom.xml
*/pom.xml
out/
*/out/
LOG_FILE_IS_UNDEFINED
...
...
pom.xml
0 → 100644
View file @
cd16ed89
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com
</groupId>
<artifactId>
fpinjava
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<properties>
<maven.compiler.source>
11
</maven.compiler.source>
<maven.compiler.target>
11
</maven.compiler.target>
</properties>
<repositories>
<repository>
<id>
gitlab-maven
</id>
<url>
${env.CI_API_V4_URL}/projects/${env.CI_PROJECT_ID}/packages/maven
</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>
gitlab-maven
</id>
<url>
${CI_API_V4_URL}/projects/${env.CI_PROJECT_ID}/packages/maven
</url>
</repository>
<snapshotRepository>
<id>
gitlab-maven
</id>
<url>
${CI_API_V4_URL}/projects/${env.CI_PROJECT_ID}/packages/maven
</url>
</snapshotRepository>
</distributionManagement>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment