Skip to content

Commit ac6d836

Browse files
Added local maven repo
1 parent 349dd35 commit ac6d836

16 files changed

Lines changed: 149 additions & 0 deletions

maven-scripts/build-local-repo.sh

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
mvn install:install-file \
2+
-DlocalRepositoryPath=../repo \
3+
-Dfile=../src/main/resources/lib/de.ovgu.featureide.lib.fm-v3.8.1.jar \
4+
-DgroupId=de.ovgu \
5+
-DartifactId=featureide.lib.fm \
6+
-Dversion=3.8.1 \
7+
-Dpackaging=jar \
8+
-DgeneratePom=true
9+
10+
mvn install:install-file \
11+
-DlocalRepositoryPath=../repo \
12+
-Dfile=../src/main/resources/lib/Functjonal-1.0-SNAPSHOT.jar \
13+
-DgroupId=vevos \
14+
-DartifactId=functjonal \
15+
-Dversion=1.0.0 \
16+
-Dpackaging=jar \
17+
-DgeneratePom=true
18+
19+
mvn install:install-file \
20+
-DlocalRepositoryPath=../repo \
21+
-Dfile=../src/main/resources/lib/kernel_haven-1.0.0.jar \
22+
-DgroupId=net.ssehub \
23+
-DartifactId=kernel_haven \
24+
-Dversion=1.0.0 \
25+
-Dpackaging=jar \
26+
-DgeneratePom=true
27+
28+
mvn install:install-file \
29+
-DlocalRepositoryPath=../repo \
30+
-Dfile=../src/main/resources/lib/kconfigreader-1.0.0.jar \
31+
-DgroupId=net.ssehub.kernelhaven \
32+
-DartifactId=kconfigreader \
33+
-Dversion=1.0.0 \
34+
-Dpackaging=jar \
35+
-DgeneratePom=true
36+
37+
mvn install:install-file \
38+
-DlocalRepositoryPath=../repo \
39+
-Dfile=../src/main/resources/lib/org.sat4j.core.jar \
40+
-DgroupId=org.sat4j \
41+
-DartifactId=core \
42+
-Dversion=2.3.5 \
43+
-Dpackaging=jar \
44+
-DgeneratePom=true
1.76 MB
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>de.ovgu</groupId>
6+
<artifactId>featureide.lib.fm</artifactId>
7+
<version>3.8.1</version>
8+
<description>POM was created from install:install-file</description>
9+
</project>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<metadata>
3+
<groupId>de.ovgu</groupId>
4+
<artifactId>featureide.lib.fm</artifactId>
5+
<versioning>
6+
<release>3.8.1</release>
7+
<versions>
8+
<version>3.8.1</version>
9+
</versions>
10+
<lastUpdated>20220205170510</lastUpdated>
11+
</versioning>
12+
</metadata>
652 KB
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>net.ssehub</groupId>
6+
<artifactId>kernel_haven</artifactId>
7+
<version>1.0.0</version>
8+
<description>POM was created from install:install-file</description>
9+
</project>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<metadata>
3+
<groupId>net.ssehub</groupId>
4+
<artifactId>kernel_haven</artifactId>
5+
<versioning>
6+
<release>1.0.0</release>
7+
<versions>
8+
<version>1.0.0</version>
9+
</versions>
10+
<lastUpdated>20220205170513</lastUpdated>
11+
</versioning>
12+
</metadata>
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>net.ssehub.kernelhaven</groupId>
6+
<artifactId>kconfigreader</artifactId>
7+
<version>1.0.0</version>
8+
<description>POM was created from install:install-file</description>
9+
</project>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<metadata>
3+
<groupId>net.ssehub.kernelhaven</groupId>
4+
<artifactId>kconfigreader</artifactId>
5+
<versioning>
6+
<release>1.0.0</release>
7+
<versions>
8+
<version>1.0.0</version>
9+
</versions>
10+
<lastUpdated>20220205170514</lastUpdated>
11+
</versioning>
12+
</metadata>

0 commit comments

Comments
 (0)