Author: ate
Date: Tue May 12 21:12:09 2009
New Revision: 774089
URL: http://svn.apache.org/viewvc?rev=774089&view=rev
Log:
PORTALS-14: Rearrange and update portlet specs svn
Reverting back to the predefined maven-assembly project descriptor as defined
in portals-pom, as suggested by David Jencks.
I don't yet know this works out as expected, for that I'll have to do an actual
release first.
If it doesn't I might be forced to rollback (again) the (Nexus) staged releases
for portals-pom-1.2 and the portlet_spec projects.
We'll see...
Removed:
portals/portlet-spec/trunk/portlet-api-1.0/src/main/assembly/
portals/portlet-spec/trunk/portlet-api-2.0/src/main/assembly/
Modified:
portals/portlet-spec/trunk/portlet-api-1.0/pom.xml
portals/portlet-spec/trunk/portlet-api-2.0/pom.xml
Modified: portals/portlet-spec/trunk/portlet-api-1.0/pom.xml
URL:
http://svn.apache.org/viewvc/portals/portlet-spec/trunk/portlet-api-1.0/pom.xml?rev=774089&r1=774088&r2=774089&view=diff
==============================================================================
--- portals/portlet-spec/trunk/portlet-api-1.0/pom.xml (original)
+++ portals/portlet-spec/trunk/portlet-api-1.0/pom.xml Tue May 12 21:12:09 2009
@@ -89,11 +89,6 @@
<!-- only include this in top level project poms -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>src/main/assembly/project.xml</descriptor>
- </descriptors>
- </configuration>
</plugin>
</plugins>
</build>
Modified: portals/portlet-spec/trunk/portlet-api-2.0/pom.xml
URL:
http://svn.apache.org/viewvc/portals/portlet-spec/trunk/portlet-api-2.0/pom.xml?rev=774089&r1=774088&r2=774089&view=diff
==============================================================================
--- portals/portlet-spec/trunk/portlet-api-2.0/pom.xml (original)
+++ portals/portlet-spec/trunk/portlet-api-2.0/pom.xml Tue May 12 21:12:09 2009
@@ -101,11 +101,6 @@
<!-- only include this in top level project poms -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>src/main/assembly/project.xml</descriptor>
- </descriptors>
- </configuration>
</plugin>
</plugins>
</build>