提交 009db747 编写于 作者: C Christoph Kutzinski

added @since information

上级 f217327d
......@@ -97,6 +97,8 @@ public class MavenModule extends AbstractMavenProject<MavenModule,MavenBuild> im
* Packaging type of the module.
*
* pom, jar, maven-plugin, ejb, war, ear, rar, par or other custom types.
*
* @since 1.425
*/
private String packaging;
......
......@@ -110,6 +110,11 @@ final class PomInfo implements Serializable {
public final Notifier mailNotifier;
/**
* Packaging type taken from the POM.
*
* @since 1.425
*/
public final String packaging;
public PomInfo(MavenProject project, PomInfo parent, String relPath) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册