我在我的 pom.xml 中添加了以下依赖项,并提到了配置文件。但它不会下载 Maven 依赖项中的 jar 文件。
<dependency>
<groupId>net.windward</groupId>
<artifactId>WindwardReports</artifactId>
<version>12.0.35.1</version>
</dependency>
<profiles>
<profile>
<id>windward-profile</id>
<repositories>
<repository>
<id>windward-maven-repo</id>
<name>windward-maven-repo-release</name>
<url>http://maven-repository.windward.net/artifactory/libs-release-local</url>
</repository>
</repositories>
</profile>
</profiles>