File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <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" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45
56 <parent >
6162 <scope >test</scope >
6263 </dependency >
6364 </dependencies >
65+
66+ <build >
67+ <pluginManagement >
68+ <plugins >
69+ <plugin >
70+ <groupId >guru.nidi.maven.plugins</groupId >
71+ <artifactId >snippets-maven-plugin</artifactId >
72+ <version >0.0.3</version >
73+ </plugin >
74+ </plugins >
75+ </pluginManagement >
76+ </build >
6477</project >
You can’t perform that action at this time.
0 commit comments