選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
657B

  1. <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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>tmp.com.github.eirslett</groupId>
  4. <artifactId>placeholder-frontend-maven-plugin</artifactId>
  5. <version>1.12.1</version>
  6. <name>Package frontend-maven-plugin</name>
  7. <dependencies>
  8. <dependency>
  9. <groupId>com.github.eirslett</groupId>
  10. <artifactId>frontend-maven-plugin</artifactId>
  11. <version>1.12.1</version>
  12. </dependency>
  13. </dependencies>
  14. </project>