Fixed error in defining the property

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114626 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-01-28 17:37:17 +00:00
parent a19479e94f
commit 51a6def954

View File

@@ -8,7 +8,9 @@
<groupId>maven</groupId>
<artifactId>test-maven-aspectwerkz-plugin-parent</artifactId>
<version>1.0</version>
<aspectwerkz.library>true</aspectwerkz.library>
<properties>
<aspectwerkz.library>true</aspectwerkz.library>
</properties>
</dependency>
</dependencies>
</project>