Revision: 1198
Author:   ge0ffrey
Date:     2006-06-11 12:32:10 -0700 (Sun, 11 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1198&view=rev

Log Message:
-----------
RCP-362 jar assembly wasn't done correctly: changing assembly goals fixed this

Modified Paths:
--------------
    trunk/spring-richclient/full/pom.xml
Modified: trunk/spring-richclient/full/pom.xml
===================================================================
--- trunk/spring-richclient/full/pom.xml        2006-06-11 18:59:45 UTC (rev 
1197)
+++ trunk/spring-richclient/full/pom.xml        2006-06-11 19:32:10 UTC (rev 
1198)
@@ -1 +1 @@
-<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0";
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>

    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.springframework.richclient</groupId>
        <artifactId>spring-richclient</artifactId>
        <version>0.2.0-SNAPSHOT</version>
    </parent>

    <artifactId>spring-richclient-full</artifactId>
    <!--
        TODO HACK packaging is pom but actually a jar is assembled and deployed
        and used ar packaging jar in the release module.
        Specifing it jar probably won't work as an empty jar would replace the 
assembly jar in the repo.
    -->
    <packaging>pom</packaging>
    <name>Spring richclient full (all modules)</name>
    <description>
        A convenience union of all of the modules (except sandbox and tiger).
    </description>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-assembly-plugin</artifactId>
                <executions>
                    <execution>
                                                <id>bin</id>
                        <phase>package</phase>
                        <configuration>
                            <descriptor>src/assembly/artifact.xml</descriptor>
                        </configuration>
                        <goals>
                            <goal>assembly</goal>
                        </goals>
                    </execution>
                    <execution>
                        <id>src</id>
                        <phase>package</phase>
                        <configuration>
                            <descriptor>src/assembly/source.xml</descriptor>
                        </configuration>
                        <goals>
                            <goal>assembly</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

    <dependencies>
        <!-- Internal -->
        <dependency>
            <groupId>org.springframework.richclient</groupId>
            <artifactId>spring-richclient-resources</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.richclient</groupId>
            <artifactId>spring-richclient-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.richclient</groupId>
            <artifactId>spring-richclient-binding</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.richclient</groupId>
            <artifactId>spring-richclient-form</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.richclient</groupId>
            <artifactId>spring-richclient-support</artifactId>
        </dependency>
    </dependencies>

</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0";
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>

    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.springframework.richclient</groupId>
        <artifactId>spring-richclient</artifactId>
        <version>0.2.0-SNAPSHOT</version>
    </parent>

    <artifactId>spring-richclient-full</artifactId>
    <!--
        TODO HACK packaging is pom but actually a jar is assembled and deployed
        and used ar packaging jar in the release module.
        Specifing it jar probably won't work as an empty jar would replace the 
assembly jar in the repo.
    -->
    <packaging>pom</packaging>
    <name>Spring richclient full (all modules)</name>
    <description>
        A convenience union of all of the modules (except sandbox and tiger).
    </description>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-assembly-plugin</artifactId>
                <executions>
                    <execution>
                                                <id>bin</id>
                        <phase>package</phase>
                        <configuration>
                            <descriptor>src/assembly/artifact.xml</descriptor>
                        </configuration>
                        <goals>
                            <goal>attached</goal>
                        </goals>
                    </execution>
                    <execution>
                        <id>src</id>
                        <phase>package</phase>
                        <configuration>
                            <descriptor>src/assembly/source.xml</descriptor>
                        </configuration>
                        <goals>
                            <goal>attached</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

    <dependencies>
        <!-- Internal -->
        <dependency>
            <groupId>org.springframework.richclient</groupId>
            <artifactId>spring-richclient-resources</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.richclient</groupId>
            <artifactId>spring-richclient-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.richclient</groupId>
            <artifactId>spring-richclient-binding</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.richclient</groupId>
            <artifactId>spring-richclient-form</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.richclient</groupId>
            <artifactId>spring-richclient-support</artifactId>
        </dependency>
    </dependencies>

</project>
\ No newline at end of file


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



_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to