[skycastle-commits] SF.net SVN: skycastle: [227] trunk/skycastle/modules/server/pom.xml

  • From: zzorn@xxxxxxxxxxxxxxxxxxxxx
  • To: skycastle-commits@xxxxxxxxxxxxx
  • Date: Sat, 06 Oct 2007 23:03:29 -0700

Revision: 227
          http://skycastle.svn.sourceforge.net/skycastle/?rev=227&view=rev
Author:   zzorn
Date:     2007-10-06 23:03:28 -0700 (Sat, 06 Oct 2007)

Log Message:
-----------
Removed executave jar creation from the pom as the server needs to be started 
with the sgs shell script.

Modified Paths:
--------------
    trunk/skycastle/modules/server/pom.xml

Modified: trunk/skycastle/modules/server/pom.xml
===================================================================
--- trunk/skycastle/modules/server/pom.xml      2007-10-07 06:02:46 UTC (rev 
226)
+++ trunk/skycastle/modules/server/pom.xml      2007-10-07 06:03:28 UTC (rev 
227)
@@ -25,74 +25,50 @@
         <plugins>
 
             <!--Specify where Scala sources can be found in a project. -->
-<!--
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>add-source</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <source>src/main/scala</source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
--->
+            <!--
+                        <plugin>
+                            <groupId>org.codehaus.mojo</groupId>
+                            <artifactId>build-helper-maven-plugin</artifactId>
+                            <executions>
+                                <execution>
+                                    <id>add-source</id>
+                                    <phase>generate-sources</phase>
+                                    <goals>
+                                        <goal>add-source</goal>
+                                    </goals>
+                                    <configuration>
+                                        <sources>
+                                            <source>src/main/scala</source>
+                                        </sources>
+                                    </configuration>
+                                </execution>
+                            </executions>
+                        </plugin>
+            -->
             <!-- Configure the use of the Scala compiler (through plexus). -->
-<!--
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <compilerId>scalac</compilerId>
+            <!--
+                        <plugin>
+                            <groupId>org.apache.maven.plugins</groupId>
+                            <artifactId>maven-compiler-plugin</artifactId>
+                            <configuration>
+                                <compilerId>scalac</compilerId>
 
-                    <includes>
-                        <include>**</include>
-                    </includes>
-                </configuration>
+                                <includes>
+                                    <include>**</include>
+                                </includes>
+                            </configuration>
 
-                <dependencies>
-                    <dependency>
-                        <groupId>org.codehaus.plexus</groupId>
-                        <artifactId>plexus-compiler-scalac</artifactId>
-                        <version>1.5.3</version>
+                            <dependencies>
+                                <dependency>
+                                    <groupId>org.codehaus.plexus</groupId>
+                                    
<artifactId>plexus-compiler-scalac</artifactId>
+                                    <version>1.5.3</version>
 
-                        <scope>runtime</scope>
-                    </dependency>
-                </dependencies>
-            </plugin>
--->
-            <!-- Executable JAR -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <configuration>
-                    <archive>
-                        <index>true</index>
-                        <manifest>
-                            
<mainClass>org.skycastle.server.SkycastleServer</mainClass>
-                            <packageName>org.skycastle.server</packageName>
-                            <addClasspath>true</addClasspath>
-                            <addExtensions/>
-                            <classpathPrefix/>
-                        </manifest>
-                        <manifestEntries>
-                            <mode>development</mode>
-                            <url>${pom.url}</url>
-                        </manifestEntries>
-                        <!--
-                                                
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
-                        -->
-                    </archive>
-                </configuration>
-            </plugin>
+                                    <scope>runtime</scope>
+                                </dependency>
+                            </dependencies>
+                        </plugin>
+            -->
 
 
         </plugins>
@@ -115,16 +91,16 @@
             <version>0.0.4-SNAPSHOT</version>
         </dependency>
 
-<!--
-        <dependency>
-            <groupId>scala</groupId>
-            <artifactId>scala-compiler</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>scala</groupId>
-            <artifactId>scala-library</artifactId>
-        </dependency>
--->
+        <!--
+                <dependency>
+                    <groupId>scala</groupId>
+                    <artifactId>scala-compiler</artifactId>
+                </dependency>
+                <dependency>
+                    <groupId>scala</groupId>
+                    <artifactId>scala-library</artifactId>
+                </dependency>
+        -->
 
         <dependency>
             <groupId>com.sun.sgs</groupId>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

Other related posts:

  • » [skycastle-commits] SF.net SVN: skycastle: [227] trunk/skycastle/modules/server/pom.xml