Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andreas Tsagkaropoulos
morphemic-preprocessor
Commits
31774f65
Commit
31774f65
authored
Apr 09, 2021
by
Alicja Reniewicz
Browse files
added config for deploy jar to nexus
parent
d4c9c9de
Changes
2
Hide whitespace changes
Inline
Side-by-side
scheduling-abstraction-layer/pom.xml
View file @
31774f65
...
...
@@ -176,6 +176,23 @@
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<artifactId>
maven-deploy-plugin
</artifactId>
<version>
2.8.1
</version>
<executions>
<execution>
<id>
default-deploy
</id>
<phase>
deploy
</phase>
<goals>
<goal>
deploy
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
<repositories>
...
...
@@ -192,5 +209,24 @@
<id>
maven-central
</id>
<url>
https://repo1.maven.org/maven2/
</url>
</repository>
<repository>
<id>
eu.7bulls
</id>
<name>
Melodic 7bulls repository
</name>
<url>
https://nexus.7bulls.eu:8443/repository/maven-public/
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
</repository>
</repositories>
<distributionManagement>
<snapshotRepository>
<id>
eu.7bulls
</id>
<name>
Melodic 7bulls repository
</name>
<url>
https://nexus.7bulls.eu:8443/repository/maven-snapshots/
</url>
</snapshotRepository>
</distributionManagement>
</project>
scheduling-abstraction-layer/scheduling-abstraction-layer.iml
deleted
100644 → 0
View file @
d4c9c9de
<?xml version="1.0" encoding="UTF-8"?>
<module
version=
"4"
>
<component
name=
"sonarModuleSettings"
>
<option
name=
"alternativeWorkingDirPath"
value=
""
/>
<option
name=
"localAnalysisScripName"
value=
"<PROJECT>"
/>
<option
name=
"serverName"
value=
"<PROJECT>"
/>
<option
name=
"useAlternativeWorkingDir"
value=
"false"
/>
<option
name=
"workingDirSelection"
value=
"<MODULE>"
/>
</component>
</module>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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