4
pluginManagement คืออะไรใน pom.xml ของ Maven
นี่เป็นตัวอย่างไฟล์ pom ของฉัน .... <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.4</version> <executions> <execution> <phase>install</phase> <goals> <goal>copy-dependencies</goal> </goals> <configuration> ...... </configuration> </execution> </executions> </plugin> </plugins> ... ฉันใช้มันสำเร็จด้วยคำสั่ง mvn install แต่เมื่อฉันพยายามใส่มันลงในแท็ก "pluginManagement" การmaven-dependency-pluginหยุดทำงานเมื่อฉันเริ่มต้นinstallเป้าหมาย ทำไมแท็ก "pluginManagement" จึงเปลี่ยนพฤติกรรมการสร้าง หรือฉันควรใช้เป้าหมายหรือตัวเลือกอื่น