File tree Expand file tree Collapse file tree 9 files changed +19
-7
lines changed Expand file tree Collapse file tree 9 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ release.properties
18
18
dependency-reduced-pom.xml
19
19
buildNumber.properties
20
20
.mvn /timing.properties
21
+ .inlined- *
21
22
Original file line number Diff line number Diff line change 2
2
<extensions >
3
3
<extension >
4
4
<groupId >eu.maveniverse.maven.nisse</groupId >
5
- <artifactId >extension3 </artifactId >
6
- <version >0.1.1-SNAPSHOT </version >
5
+ <artifactId >extension </artifactId >
6
+ <version >0.6.0 </version >
7
7
</extension >
8
8
</extensions >
Original file line number Diff line number Diff line change
1
+ -D
2
+ nisse.source.file.name=${session.rootDirectory}/build.properties
Original file line number Diff line number Diff line change 1
1
# Maveniverse Maven-BOMs
2
+
3
+ The build uses Nisse for "complete CI friendly" setup. See contents of ` build.properties ` .
4
+
5
+ This file is single place that contains the version of Maven to generate BOMs for, and
6
+ is also used in resulting artifact versions as well.
Original file line number Diff line number Diff line change
1
+ mavenVersion =3.9.11
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >eu.maveniverse.maven.maven-boms</groupId >
16
16
<artifactId >maven-boms</artifactId >
17
- <version >0.1.0 -SNAPSHOT</version >
17
+ <version >${nisse.file.mavenVersion} -01 -SNAPSHOT</version >
18
18
</parent >
19
19
20
20
<artifactId >fat</artifactId >
45
45
</goals >
46
46
<phase >package</phase >
47
47
<configuration >
48
+ <attach >true</attach >
48
49
<bomName >Maven ${maven3Version} fat BOM</bomName >
49
50
<addVersionProperties >true</addVersionProperties >
50
51
<usePropertiesForVersion >true</usePropertiesForVersion >
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >eu.maveniverse.maven.maven-boms</groupId >
16
16
<artifactId >maven-boms</artifactId >
17
- <version >0.1.0 -SNAPSHOT</version >
17
+ <version >${nisse.file.mavenVersion} -01 -SNAPSHOT</version >
18
18
</parent >
19
19
20
20
<artifactId >plugin</artifactId >
45
45
</goals >
46
46
<phase >package</phase >
47
47
<configuration >
48
+ <attach >true</attach >
48
49
<bomName >Maven ${maven3Version} plugin BOM</bomName >
49
50
<addVersionProperties >true</addVersionProperties >
50
51
<usePropertiesForVersion >true</usePropertiesForVersion >
Original file line number Diff line number Diff line change 19
19
20
20
<groupId >eu.maveniverse.maven.maven-boms</groupId >
21
21
<artifactId >maven-boms</artifactId >
22
- <version >0.1.0 -SNAPSHOT</version >
22
+ <version >${nisse.file.mavenVersion} -01 -SNAPSHOT</version >
23
23
<packaging >pom</packaging >
24
24
25
25
<name >${project.groupId} :${project.artifactId} </name >
68
68
<requireRuntimeMavenVersion .range>[3.9,)</requireRuntimeMavenVersion .range>
69
69
70
70
<!-- Maven 3 version -->
71
- <maven3Version >3.9.11 </maven3Version >
71
+ <maven3Version >${nisse.file.mavenVersion} </maven3Version >
72
72
</properties >
73
73
74
74
<build >
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >eu.maveniverse.maven.maven-boms</groupId >
16
16
<artifactId >maven-boms</artifactId >
17
- <version >0.1.0 -SNAPSHOT</version >
17
+ <version >${nisse.file.mavenVersion} -01 -SNAPSHOT</version >
18
18
</parent >
19
19
20
20
<artifactId >skinny</artifactId >
104
104
</goals >
105
105
<phase >package</phase >
106
106
<configuration >
107
+ <attach >true</attach >
107
108
<bomName >Maven ${maven3Version} skinny BOM</bomName >
108
109
<addVersionProperties >true</addVersionProperties >
109
110
<usePropertiesForVersion >true</usePropertiesForVersion >
You can’t perform that action at this time.
0 commit comments