|
15 | 15 | ~ See the License for the specific language governing permissions and
|
16 | 16 | ~ limitations under the License.
|
17 | 17 | -->
|
18 |
| -<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/maven-v4_0_0.xsd"> |
| 18 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" child.project.url.inherit.append.path="false" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
19 | 19 |
|
20 | 20 | <modelVersion>4.0.0</modelVersion>
|
21 | 21 |
|
22 | 22 | <parent>
|
23 | 23 | <groupId>org.apache.logging</groupId>
|
24 | 24 | <artifactId>logging-parent</artifactId>
|
25 |
| - <version>10.1.1</version> |
| 25 | + <version>10.2.0</version> |
26 | 26 | <relativePath />
|
27 | 27 | </parent>
|
28 | 28 |
|
|
101 | 101 | <module>log4j-api-kotlin-benchmark</module>
|
102 | 102 | </modules>
|
103 | 103 |
|
104 |
| - <scm> |
| 104 | + <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> |
105 | 105 | < connection>scm:git: [email protected]:apache/logging-log4j-kotlin.git</ connection>
|
106 | 106 | < developerConnection>scm:git: [email protected]:apache/logging-log4j-kotlin.git</ developerConnection>
|
107 | 107 | <tag>HEAD</tag>
|
|
118 | 118 | <url>https://github.com/apache/logging-log4j-kotlin/actions</url>
|
119 | 119 | </ciManagement>
|
120 | 120 |
|
| 121 | + <distributionManagement> |
| 122 | + <downloadUrl>https://logging.apache.org/log4j/kotlin/latest/#distribution</downloadUrl> |
| 123 | + </distributionManagement> |
| 124 | + |
121 | 125 | <properties>
|
122 | 126 |
|
123 | 127 | <!-- project version -->
|
|
261 | 265 |
|
262 | 266 | <plugins>
|
263 | 267 |
|
| 268 | + <!-- `cyclonedx-maven-plugin` doesn't exclude not installed/deployed modules: https://github.com/CycloneDX/cyclonedx-maven-plugin/issues/409 |
| 269 | + This `generate-sbom` execution override configures such exclusions. --> |
| 270 | + <plugin> |
| 271 | + <groupId>org.cyclonedx</groupId> |
| 272 | + <artifactId>cyclonedx-maven-plugin</artifactId> |
| 273 | + <executions> |
| 274 | + <execution> |
| 275 | + <id>generate-sbom</id> |
| 276 | + <configuration combine.self="append"> |
| 277 | + <excludeArtifactId>log4j-api-kotlin-benchmark</excludeArtifactId> |
| 278 | + <excludeArtifactId>log4j-api-kotlin-sample</excludeArtifactId> |
| 279 | + </configuration> |
| 280 | + </execution> |
| 281 | + </executions> |
| 282 | + </plugin> |
| 283 | + |
264 | 284 | <plugin>
|
265 | 285 | <groupId>org.jetbrains.kotlin</groupId>
|
266 | 286 | <artifactId>kotlin-maven-plugin</artifactId>
|
|
0 commit comments