File tree 7 files changed +1
-31
lines changed
7 files changed +1
-31
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
- <!-- This module was also published with a richer model, Gradle metadata, -->
5
- <!-- which should be used instead. Do not delete the following line which -->
6
- <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
7
- <!-- that they should prefer consuming it instead. -->
8
- <!-- do_not_remove: published-with-gradle-metadata -->
9
4
<modelVersion >4.0.0</modelVersion >
10
5
<groupId >com.tngtech.archunit</groupId >
11
6
<artifactId >archunit-junit4</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
- <!-- This module was also published with a richer model, Gradle metadata, -->
5
- <!-- which should be used instead. Do not delete the following line which -->
6
- <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
7
- <!-- that they should prefer consuming it instead. -->
8
- <!-- do_not_remove: published-with-gradle-metadata -->
9
4
<modelVersion >4.0.0</modelVersion >
10
5
<groupId >com.tngtech.archunit</groupId >
11
6
<artifactId >archunit-junit5-api</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
- <!-- This module was also published with a richer model, Gradle metadata, -->
5
- <!-- which should be used instead. Do not delete the following line which -->
6
- <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
7
- <!-- that they should prefer consuming it instead. -->
8
- <!-- do_not_remove: published-with-gradle-metadata -->
9
4
<modelVersion >4.0.0</modelVersion >
10
5
<groupId >com.tngtech.archunit</groupId >
11
6
<artifactId >archunit-junit5-engine-api</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
- <!-- This module was also published with a richer model, Gradle metadata, -->
5
- <!-- which should be used instead. Do not delete the following line which -->
6
- <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
7
- <!-- that they should prefer consuming it instead. -->
8
- <!-- do_not_remove: published-with-gradle-metadata -->
9
4
<modelVersion >4.0.0</modelVersion >
10
5
<groupId >com.tngtech.archunit</groupId >
11
6
<artifactId >archunit-junit5-engine</artifactId >
Original file line number Diff line number Diff line change 2
2
<project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3
3
xmlns =" http://maven.apache.org/POM/4.0.0"
4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5
- <!-- This module was also published with a richer model, Gradle metadata, -->
6
- <!-- which should be used instead. Do not delete the following line which -->
7
- <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
8
- <!-- that they should prefer consuming it instead. -->
9
- <!-- do_not_remove: published-with-gradle-metadata -->
10
5
<modelVersion >4.0.0</modelVersion >
11
6
<groupId >com.tngtech.archunit</groupId >
12
7
<artifactId >archunit-junit5</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
- <!-- This module was also published with a richer model, Gradle metadata, -->
5
- <!-- which should be used instead. Do not delete the following line which -->
6
- <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
7
- <!-- that they should prefer consuming it instead. -->
8
- <!-- do_not_remove: published-with-gradle-metadata -->
9
4
<modelVersion >4.0.0</modelVersion >
10
5
<groupId >com.tngtech.archunit</groupId >
11
6
<artifactId >archunit</artifactId >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ releaseProjects*.with {
12
12
apply plugin : " signing"
13
13
14
14
tasks. withType(GenerateModuleMetadata ) {
15
- enabled = isReleaseVersion // signing of these artifacts causes failure for snapshot versions
15
+ enabled = false // the meta-data does not match the way the Maven artifacts are composed and thus is broken
16
16
}
17
17
18
18
java {
You can’t perform that action at this time.
0 commit comments