clean up

git-svn-id: https://svn.apache.org/repos/asf/webservices/scout/trunk@770314 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 94721a2..9c28ac9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,19 +144,6 @@
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <attach>true</attach>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
   <profiles>
diff --git a/scout/src/test/resources/log4j.properties b/scout/src/test/resources/log4j.properties
index 44e54ff..da74752 100644
--- a/scout/src/test/resources/log4j.properties
+++ b/scout/src/test/resources/log4j.properties
@@ -12,7 +12,7 @@
 log4j.appender.LOGFILE.layout=org.apache.log4j.TTCCLayout

 log4j.appender.LOGFILE.layout.ContextPrinting=true

 log4j.appender.LOGFILE.layout.DateFormat=ISO8601

-log4j.appender.LOGFILE.MaxFileSize=10MB

+log4j.appender.LOGFILE.MaxFileSize=512MB

 log4j.appender.LOGFILE.MaxBackupIndex=3

 log4j.appender.LOGFILE.File=scout.log