这些天我正在学习 Apache Sling、Apache felix、OSGI。每当我运行命令mvn clean install。在构建任何项目之后。它显示一个警告。你能告诉我这背后的原因吗?
我正在实施本教程。
在pom.xml的第 25 行,我添加了这些行。
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
已编辑
依赖和插件有什么区别?