Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
MontiSecArc
Commits
83b4a53d
Commit
83b4a53d
authored
Mar 25, 2015
by
Lars Hermerschmidt
Browse files
0.0.14
parent
386b4a4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/pom.xml
View file @
83b4a53d
...
...
@@ -9,7 +9,7 @@
<groupId>
de.se_rwth.montisecarc
</groupId>
<artifactId>
montiSecArc
</artifactId>
<version>
0.0.1
3
</version>
<version>
0.0.1
4
</version>
<packaging>
pom
</packaging>
<name>
MontiSecArc
</name>
...
...
@@ -132,37 +132,10 @@
</executions>-->
</plugin>
</plugins>
</build>
<!-- use nexus-staging-maven-plugin instead of default deploy plugin -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-deploy-plugin
</artifactId>
<version>
${maven-deploy-plugin.version}
</version>
<configuration>
<skip>
true
</skip>
</configuration>
</plugin>
<plugin>
<groupId>
org.sonatype.plugins
</groupId>
<artifactId>
nexus-staging-maven-plugin
</artifactId>
<version>
1.5.1
</version>
<executions>
<execution>
<id>
default-deploy
</id>
<phase>
deploy
</phase>
<goals>
<goal>
deploy
</goal>
</goals>
</execution>
</executions>
<configuration>
<serverId>
nexus
</serverId>
<nexusUrl>
http://localhost:8081/nexus/
</nexusUrl>
<skipStaging>
true
</skipStaging>
</configuration>
</plugin>
<!-- fix Java8 Javadoc Bug
<!-- try to fix Java8 Javadoc Bug
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
...
...
@@ -180,51 +153,10 @@
</executions>
</plugin>
-->
</plugins>
<extensions>
<extension>
<groupId>
org.apache.maven.wagon
</groupId>
<artifactId>
wagon-webdav-jackrabbit
</artifactId>
<version>
${wagon.provider.version}
</version>
</extension>
</extensions>
</build>
<profiles>
<profile>
<id>
releases
</id>
<build>
<plugins>
<plugin>
<groupId>
org.sonatype.plugins
</groupId>
<artifactId>
nexus-staging-maven-plugin
</artifactId>
<version>
1.5.1
</version>
<executions>
<execution>
<id>
default-deploy
</id>
<phase>
deploy
</phase>
<goals>
<goal>
deploy
</goal>
</goals>
</execution>
</executions>
<configuration>
<serverId>
se-nexus
</serverId>
<nexusUrl>
http://lab11.se.rwth-aachen.de/nexus/
</nexusUrl>
<skipStaging>
true
</skipStaging>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<dependencies>
</dependencies>
<!-- fix Java8 Javadoc Bug
<!--
try to
fix Java8 Javadoc Bug
http://stackoverflow.com/questions/15886209/maven-is-not-working-in-java-8-when-javadoc-tags-are-incomplete
<profiles>
...
...
@@ -248,30 +180,6 @@ http://stackoverflow.com/questions/15886209/maven-is-not-working-in-java-8-when-
</profiles>-->
<!-- == Project Repositories ================================== -->
<!-- <repositories>
<repository>
<id>se-public</id>
<url>http://lab11.se.rwth-aachen.de/nexus/content/groups/public</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>se-public</id>
<url>http://lab11.se.rwth-aachen.de/nexus/content/groups/public</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
-->
<!-- == DISTRIBUTION ================================== -->
<distributionManagement>
...
...
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