Merge branch 'projectCountfix' of http://github.com/ahmedifhaam/drat
diff --git a/pom.xml b/pom.xml
index 793e38d..acd8333 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.4</version>
+        <version>3.1.0</version>
         <configuration>
           <archive>
             <index>true</index>
diff --git a/webapps/proteus-new/pom.xml b/webapps/proteus-new/pom.xml
index f96f0a8..9ff9649 100644
--- a/webapps/proteus-new/pom.xml
+++ b/webapps/proteus-new/pom.xml
@@ -86,6 +86,13 @@
 		<workingDirectory>src/main/webapp/resources/</workingDirectory>
 	</configuration>
 	</plugin>
+        <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-war-plugin</artifactId>
+         <version>2.1.1</version>
+         <configuration>
+         </configuration>
+        </plugin>
      </plugins>	     
   </build>
   <dependencies>