Atlassian Confluence プラットフォーム用のプラグインを作成しています。私の環境:
- アトラシアン SDK
- Maven 3.2.1
- JDK v8
- エクリプスIDE
POMに関しては、次の行に沿って:
<?xml version="1.0" encoding="UTF-8"?>
次のエラーがあります。
Project build error: Unresolveable build extension: Plugin com.atlassian.maven.plugins:maven-confluence-plugin:6.2.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.atlassian.maven.plugins:maven-confluence-plugin:jar:6.2.2
POM 自体:
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-confluence-plugin</artifactId>
<version>${amps.version}</version>
<extensions>true</extensions>
<configuration>
<productVersion>${confluence.version}</productVersion>
<productDataVersion>${confluence.data.version}</productDataVersion>
</configuration>
</plugin>
誰でもこの問題に遭遇しますか?