|
From: <tre...@us...> - 2007-09-05 17:44:01
|
Revision: 368
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=368&view=rev
Author: trevorolio
Date: 2007-09-05 10:44:02 -0700 (Wed, 05 Sep 2007)
Log Message:
-----------
Fixed up the poms so that mvn clean install might actually clean install.
Modified Paths:
--------------
maven/trunk/ogoglio/pom.xml
Property Changed:
----------------
maven/trunk/ogoglio/
Property changes on: maven/trunk/ogoglio
___________________________________________________________________
Name: svn:ignore
- target
tomcat5x.out
+ target
tomcat5x.out
velocity.log
Modified: maven/trunk/ogoglio/pom.xml
===================================================================
--- maven/trunk/ogoglio/pom.xml 2007-09-05 17:43:58 UTC (rev 367)
+++ maven/trunk/ogoglio/pom.xml 2007-09-05 17:44:02 UTC (rev 368)
@@ -100,8 +100,7 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.12</version>
- <scope>runtime</scope>
- <optional>true</optional>
+ <scope>compile</scope>
</dependency>
</dependencies>
</dependencyManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|