Örnek
Şöyle yaparız
<project ...>
<modelVersion>4.0.0</modelVersion>
<name>...</name>
<artifactId>...</artifactId>
<description>...</description>
<packaging>jar</packaging>
<parent>
<groupId>...</groupId>
<artifactId>...</artifactId>
<version>...</version>
<relativePath>../pom.xml</relativePath>
</parent>
...
</project>
Hiç yorum yok:
Yorum Gönder