Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Middleware
Commits
a0d5b2cb
Commit
a0d5b2cb
authored
Jun 21, 2018
by
Alexander David Hellwig
Browse files
Fix: removed github plugin and server
parent
52f913a6
Pipeline
#57113
passed with stage
in 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
a0d5b2cb
...
...
@@ -279,40 +279,6 @@
<plugin>
<artifactId>
maven-deploy-plugin
</artifactId>
<version>
2.8.1
</version>
<configuration>
<altDeploymentRepository>
internal.repo::default::file://${project.build.directory}/external-dependencies
</altDeploymentRepository>
</configuration>
</plugin>
<plugin>
<groupId>
com.github.github
</groupId>
<artifactId>
site-maven-plugin
</artifactId>
<version>
0.12
</version>
<configuration>
<server>
github
</server>
<message>
Maven artifacts for ${project.version} ${project.artifactId}
</message>
<!-- git commit message -->
<noJekyll>
true
</noJekyll>
<!-- disable webpage processing -->
<outputDirectory>
${project.build.directory}/external-dependencies
</outputDirectory>
<!-- matches distribution management repository url above -->
<branch>
refs/heads/master
</branch>
<!-- remote branch name -->
<includes>
<include>
**/*
</include>
</includes>
<repositoryName>
external-dependencies
</repositoryName>
<!-- github repo name -->
<repositoryOwner>
EmbeddedMontiArc
</repositoryOwner>
<!-- github username -->
<merge>
true
</merge>
</configuration>
<executions>
<!-- run site-maven-plugin's 'site' target as part of the build's normal 'deploy' phase -->
<execution>
<goals>
<goal>
site
</goal>
</goals>
<phase>
deploy
</phase>
</execution>
</executions>
</plugin>
<!-- MontiCore Generation -->
<plugin>
...
...
@@ -339,36 +305,6 @@
</configuration>
</plugin>
<!--plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>${assembly.plugin}</version>
<dependencies>
<dependency>
<groupId>de.monticore</groupId>
<artifactId>mc-assemblies</artifactId>
<version>${mc.grammars.assembly.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>grammars</id>
<configuration>
<finalName>${project.artifactId}-${project.version}</finalName>
<descriptorRefs>
<descriptorRef>grammars-assembly</descriptorRef>
</descriptorRefs>
<formats>
<format>jar</format>
</formats>
</configuration>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin -->
<!-- Source Jar Configuration -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
@@ -398,13 +334,6 @@
<configuration>
</configuration>
</plugin>
<plugin>
<groupId>
org.eluder.coveralls
</groupId>
<artifactId>
coveralls-maven-plugin
</artifactId>
<version>
4.3.0
</version>
<configuration>
</configuration>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
cobertura-maven-plugin
</artifactId>
...
...
@@ -422,13 +351,12 @@
<distributionManagement>
<repository>
<id>
internal.repo
</id>
<name>
Temporary Staging Repository
</name>
<url>
file://${project.build.directory}/external-dependencies
</url>
<id>
se-nexus
</id>
<url>
https://nexus.se.rwth-aachen.de/content/repositories/embeddedmontiarc-releases/
</url>
</repository>
<snapshotRepository>
<id>
internal.repo
</id>
<url>
file://${project.build.directory}/external-dependencies
</url>
<id>
se-nexus
</id>
<url>
https://nexus.se.rwth-aachen.de/content/repositories/embeddedmontiarc-snapshots/
</url>
</snapshotRepository>
</distributionManagement>
</project>
settings.xml
View file @
a0d5b2cb
...
...
@@ -18,12 +18,6 @@
<username>
cibuild
</username>
<password>
${env.cibuild}
</password>
</server>
<server>
<id>
github
</id>
<username>
travisbuilduser
</username>
<password>
${env.travisbuilduserpassword}
</password>
</server>
</servers>
<mirrors>
...
...
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