Skip to content

Commit 6102589

Browse files
committed
Fix non-parseable POM error in any maven
1 parent 9681304 commit 6102589

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/any-sonar-template.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@ jobs:
6767
run: |
6868
cat <<EOF > pom.xml
6969
<?xml version="1.0" encoding="UTF-8"?>
70-
<project xmlns="http://maven.apache.org/POM/4.0.0"
71-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
72-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
73-
http://maven.apache.org/xsd/maven-4.0.0.xsd">
70+
<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">
7471
<modelVersion>4.0.0</modelVersion>
7572
<groupId>com.github.fabriciofx.github.workflows</groupId>
7673
<artifactId>sonar-template</artifactId>

0 commit comments

Comments
 (0)