<configLocation>https://someUtl.com/file.xml</configLocation>
file.xml以下Maven檢查風格插件配置
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<consoleOutput>true</consoleOutput>
<configLocation>https://someUtl.com/file.xml</configLocation>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
注重可通過瀏覽器下載,但它需要一個登錄名和密碼。有沒有辦法在maven或插件配置中指定這些登錄名/密碼?