Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
MontiSecArc
Commits
f9052e35
Commit
f9052e35
authored
Mar 26, 2015
by
Lars Hermerschmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.0.16
parent
3965c062
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
57 additions
and
21 deletions
+57
-21
core/montiSecArcAnalysis/pom.xml
core/montiSecArcAnalysis/pom.xml
+53
-18
core/montiSecArcBE/pom.xml
core/montiSecArcBE/pom.xml
+1
-1
core/montiSecArcFE/pom.xml
core/montiSecArcFE/pom.xml
+1
-1
core/pom.xml
core/pom.xml
+2
-1
No files found.
core/montiSecArcAnalysis/pom.xml
View file @
f9052e35
<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"
>
<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>
<parent>
<groupId>
de.se_rwth.montisecarc
</groupId>
<artifactId>
montiSecArc
</artifactId>
<version>
0.0.1
5
</version>
<version>
0.0.1
6
</version>
</parent>
<artifactId>
montiSecArcAnalysis
</artifactId>
...
...
@@ -17,20 +18,20 @@
<artifactId>
montiSecArcFE
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
de.se_rwth.commons
</groupId>
<artifactId>
se-commons-utilities
</artifactId>
<version>
${se-commons.version}
</version>
</dependency>
<dependency>
<groupId>
de.monticore.lang.common
</groupId>
<artifactId>
common-values
</artifactId>
<version>
${commons.version}
</version>
</dependency>
<!-- .. Test Libraries ........................................ -->
<dependency>
...
...
@@ -64,13 +65,13 @@
<version>
${slf4j.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<scope>
test
</scope>
</dependency>
<!-- TEST DEPENDENCIES -->
<dependency>
<groupId>
de.monticore.lang.montiarc
</groupId>
...
...
@@ -78,10 +79,10 @@
<classifier>
tests
</classifier>
<scope>
test
</scope>
<version>
${montiarc.version}
</version>
</dependency>
</dependencies>
</dependency>
</dependencies>
<build>
<plugins>
...
...
@@ -105,12 +106,12 @@
<artifactId>
maven-jar-plugin
</artifactId>
<version>
2.4
</version>
<configuration>
<archive>
<manifest>
<addClasspath>
true
</addClasspath>
<mainClass>
secarc.MontiSecArcAnalysisToolWrapper
</mainClass>
</manifest>
</archive>
<archive>
<manifest>
<addClasspath>
true
</addClasspath>
<mainClass>
secarc.MontiSecArcAnalysisToolWrapper
</mainClass>
</manifest>
</archive>
</configuration>
<executions>
<execution>
...
...
@@ -139,6 +140,40 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-assembly-plugin
</artifactId>
<version>
2.4
</version>
<executions>
<execution>
<id>
assemble
</id>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
</goals>
<configuration>
<descriptorRefs>
<descriptorRef>
jar-with-dependencies
</descriptorRef>
</descriptorRefs>
<archive>
<manifest>
<addClasspath>
true
</addClasspath>
<mainClass>
secarc.MontiSecArcAnalysisToolWrapper
</mainClass>
</manifest>
</archive>
<finalName>
montiSecArcAnalysis
</finalName>
<attach>
false
</attach>
<appendAssemblyId>
false
</appendAssemblyId>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
core/montiSecArcBE/pom.xml
View file @
f9052e35
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
de.se_rwth.montisecarc
</groupId>
<artifactId>
montiSecArc
</artifactId>
<version>
0.0.1
5
</version>
<version>
0.0.1
6
</version>
</parent>
<artifactId>
montiSecArcBE
</artifactId>
...
...
core/montiSecArcFE/pom.xml
View file @
f9052e35
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.se_rwth.montisecarc
</groupId>
<artifactId>
montiSecArc
</artifactId>
<version>
0.0.1
5
</version>
<version>
0.0.1
6
</version>
</parent>
<artifactId>
montiSecArcFE
</artifactId>
...
...
core/pom.xml
View file @
f9052e35
...
...
@@ -9,7 +9,7 @@
<groupId>
de.se_rwth.montisecarc
</groupId>
<artifactId>
montiSecArc
</artifactId>
<version>
0.0.1
5
</version>
<version>
0.0.1
6
</version>
<packaging>
pom
</packaging>
<name>
MontiSecArc
</name>
...
...
@@ -26,6 +26,7 @@
<clarc.version>
0.0.14
</clarc.version>
<maven.javadoc.failOnError>
false
</maven.javadoc.failOnError>
<maven-deploy-plugin.version>
2.8.2
</maven-deploy-plugin.version>
<maven-assembly-plugin.version>
2.5.3
</maven-assembly-plugin.version>
</properties>
<modules>
...
...
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