github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/fanal/analyzer/language/java/pom/testdata/happy/pom.xml (about) 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 3 <modelVersion>4.0.0</modelVersion> 4 5 <groupId>com.example</groupId> 6 <artifactId>example</artifactId> 7 <version>1.0.0</version> 8 9 <name>example</name> 10 <description>Example</description> 11 12 <licenses> 13 <license> 14 <name>Apache 2.0</name> 15 <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> 16 <distribution>repo</distribution> 17 </license> 18 </licenses> 19 20 <developers> 21 <developer> 22 <id>knqyf263</id> 23 <url>https://github.com/knqyf263</url> 24 </developer> 25 </developers> 26 </project>