You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by "Continuum@myfaces.zones.apache.org" <no...@myfaces.apache.org> on 2008/02/21 20:23:23 UTC

[continuum] BUILD SUCCESSFUL: Portlet Bridge for JavaServer Faces

Online report : http://myfaces.zones.apache.org:8080/continuum/buildResult.action?buildId=6914&projectId=52

Build statistics:
  State: Ok
  Previous State: Failed
  Started at: Thu 21 Feb 2008 19:21:39 +0000
  Finished at: Thu 21 Feb 2008 19:23:21 +0000
  Total time: 1m 42s
  Build Trigger: Forced
  Build Number: 9
  Exit code: 0
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java Home version : 
          java version "1.5.0_14"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
          Java HotSpot(TM) Server VM (build 1.5.0_14-b03, mixed mode)
        
  Builder version :
          Maven version: 2.0.8
          Java version: 1.5.0_14
          OS name: "sunos" version: "5.10" arch: "x86" Family: "unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: sobryan @ Thu 29 Nov 2007 00:39:53 +0000
Comment: PORTLETBRIDGE-16: Path problems in PortletExternalContextImpl.

Patch submitted by Mike Freedman.  Thanks!
Files changed:
  /myfaces/portlet-bridge/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/context/PortletExternalContextImpl.java ( 599226 )

Changed: sobryan @ Thu 29 Nov 2007 00:50:30 +0000
Comment: PORTLETBRIDGE-17: Bridge faces-config.xml doesn't configure the bridge's StateManager

Patch provided by Michael Freedman.  Thanks..

* Also applied some minor changes to existing faces-config.xml to have
  Apache liscence and use UTF-8 encoding.
Files changed:
  /myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/faces-config.xml ( 599228 )

Changed: sobryan @ Thu 29 Nov 2007 01:01:30 +0000
Comment: Removed more CR/LF's that were incorrectly loaded into the svn 
respoitory.
Files changed:
  /myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/faces-config.xml ( 599233 )
  /myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/services/javax.faces.context.FacesContextFactory ( 599233 )
  /myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/services/javax.portlet.faces.Bridge ( 599233 )

Changed: matzew @ Fri 30 Nov 2007 18:51:34 +0000
Comment: PORTLETBRIDGE-18 - thx to Michael Freedman
Files changed:
  /myfaces/portlet-bridge/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/context/PortletExternalContextImpl.java ( 599903 )

Changed: sobryan @ Thu 6 Dec 2007 19:39:54 +0000
Comment: PORTLETBRIDGE-19: PortletExternalContextImpl.encodeResourceURL seems to 
                  return prepend the context path twice

Thank's Kito and Michael for diagnosing and fixing this issue.
Files changed:
  /myfaces/portlet-bridge/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/context/PortletExternalContextImpl.java ( 601828 )

Changed: sobryan @ Wed 19 Dec 2007 22:35:06 +0000
Comment: PORTLETBRIDGE-20: PortletConfig not added to the proper ELContext
  Thanks to Michael Freedman for the patch

* also added geronimo annotations library to make the J2EE annotations
  available to the impl package.  There will be an enhancement soon to
  use these.
Files changed:
  /myfaces/portlet-bridge/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/context/PortletFacesContextImpl.java ( 605725 )

Changed: sobryan @ Tue 8 Jan 2008 17:26:34 +0000
Comment: Makes J2EE annotations available to the project
Files changed:
  /myfaces/portlet-bridge/trunk/impl/pom.xml ( 610073 )
  /myfaces/portlet-bridge/trunk/pom.xml ( 610073 )

Changed: sobryan @ Thu 10 Jan 2008 17:27:52 +0000
Comment: PORTLETBRIDGE-22: Update PortletBridge to latest draft (revision 11)
PORTLETBRIDGE-21: Wrong leading slash in BRIDGE_SERVICE_CLASSPATH /GenericFacesPortlet

These issues have been fixes under a patch submitted to 
PORTLETBRIDGE-22 by Michael Freedman.  I had to remove the 
BridgeRenderFilter for reasons documented in the bug and have made an
inquiry to the EG on how this needs to be resolved from a spec 
standpoint.  Likely it'll be left up to an implementation detail for
the Apache community at which point I'll generate another bug.

Thanks Michael for all your work on this patch.
Files changed:
  /myfaces/portlet-bridge/trunk/api/src/main/java/javax/portlet/faces/Bridge.java ( 610847 )
  /myfaces/portlet-bridge/trunk/api/src/main/java/javax/portlet/faces/BridgeUtil.java ( 610847 )
  /myfaces/portlet-bridge/trunk/api/src/main/java/javax/portlet/faces/GenericFacesPortlet.java ( 610847 )
  /myfaces/portlet-bridge/trunk/api/src/main/java/javax/portlet/faces/annotation ( 610847 )
  /myfaces/portlet-bridge/trunk/api/src/main/java/javax/portlet/faces/annotation/BridgePreDestroy.java ( 610847 )
  /myfaces/portlet-bridge/trunk/api/src/main/java/javax/portlet/faces/annotation/BridgeRequestScopeAttributeAdded.java ( 610847 )
  /myfaces/portlet-bridge/trunk/api/src/main/java/javax/portlet/faces/annotation/ExcludeFromManagedRequestScope.java ( 610847 )
  /myfaces/portlet-bridge/trunk/api/src/main/java/javax/portlet/faces/annotation/PortletNamingContainer.java ( 610847 )
  /myfaces/portlet-bridge/trunk/api/src/main/java/javax/portlet/faces/component/PortletNamingContainer.java ( 610847 )
  /myfaces/portlet-bridge/trunk/api/src/main/java/javax/portlet/faces/component/PortletNamingContainerUIViewRoot.java ( 610847 )
  /myfaces/portlet-bridge/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/application/PortletViewHandlerImpl.java ( 610847 )
  /myfaces/portlet-bridge/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/bridge/BridgeImpl.java ( 610847 )
  /myfaces/portlet-bridge/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/context/PortletExternalContextImpl.java ( 610847 )
  /myfaces/portlet-bridge/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/context/PortletFacesContextImpl.java ( 610847 )
  /myfaces/portlet-bridge/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/util/config/FacesConfigurationProcessor.java ( 610847 )
  /myfaces/portlet-bridge/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/util/map/PortletRequestHeaders.java ( 610847 )
  /myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/faces-config.xml ( 610847 )

Changed: mfreedman @ Wed 30 Jan 2008 21:36:25 +0000
Comment: Update with Patch 19b:
(re)Fixes JIRA-Portletbridge-19: Absolute URL processing was broken.
 Adds excludedAttributes statement to exclude com.sun.faces.* attributes so RI attrbiutes aren't preserved.
Files changed:
  /myfaces/portlet-bridge/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/context/PortletExternalContextImpl.java ( 616912 )
  /myfaces/portlet-bridge/trunk/impl/src/main/resources/META-INF/faces-config.xml ( 616912 )

Changed: sobryan @ Tue 12 Feb 2008 22:55:45 +0000
Comment: [maven-release-plugin] prepare release portlet-bridge-1.0.0-alpha
Files changed:
  /myfaces/portlet-bridge/trunk/api/pom.xml ( 627165 )
  /myfaces/portlet-bridge/trunk/impl/pom.xml ( 627165 )
  /myfaces/portlet-bridge/trunk/pom.xml ( 627165 )

Changed: sobryan @ Tue 12 Feb 2008 22:55:57 +0000
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
  /myfaces/portlet-bridge/trunk/api/pom.xml ( 627167 )
  /myfaces/portlet-bridge/trunk/impl/pom.xml ( 627167 )
  /myfaces/portlet-bridge/trunk/pom.xml ( 627167 )

Changed: sobryan @ Thu 14 Feb 2008 00:52:30 +0000
Comment: Added assembly project to make releases easier
Files changed:
  /myfaces/portlet-bridge/trunk/api/pom.xml ( 627626 )
  /myfaces/portlet-bridge/trunk/assembly ( 627626 )
  /myfaces/portlet-bridge/trunk/assembly/pom.xml ( 627626 )
  /myfaces/portlet-bridge/trunk/assembly/src ( 627626 )
  /myfaces/portlet-bridge/trunk/assembly/src/main ( 627626 )
  /myfaces/portlet-bridge/trunk/assembly/src/main/assembly ( 627626 )
  /myfaces/portlet-bridge/trunk/assembly/src/main/assembly/dep.xml ( 627626 )
  /myfaces/portlet-bridge/trunk/assembly/src/main/assembly/src-all.xml ( 627626 )
  /myfaces/portlet-bridge/trunk/assembly/src/main/resources ( 627626 )
  /myfaces/portlet-bridge/trunk/assembly/src/main/resources/LICENSE.txt ( 627626 )
  /myfaces/portlet-bridge/trunk/assembly/src/main/resources/NOTICE.txt ( 627626 )
  /myfaces/portlet-bridge/trunk/impl/pom.xml ( 627626 )
  /myfaces/portlet-bridge/trunk/pom.xml ( 627626 )

Changed: sobryan @ Thu 14 Feb 2008 18:40:14 +0000
Comment: [maven-release-plugin] prepare release portlet-bridge-1.0.0-alpha
Files changed:
  /myfaces/portlet-bridge/trunk/api/pom.xml ( 627832 )
  /myfaces/portlet-bridge/trunk/impl/pom.xml ( 627832 )
  /myfaces/portlet-bridge/trunk/pom.xml ( 627832 )

Changed: sobryan @ Thu 14 Feb 2008 18:40:37 +0000
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
  /myfaces/portlet-bridge/trunk/api/pom.xml ( 627834 )
  /myfaces/portlet-bridge/trunk/impl/pom.xml ( 627834 )
  /myfaces/portlet-bridge/trunk/pom.xml ( 627834 )

Changed: sobryan @ Thu 21 Feb 2008 19:18:28 +0000
Comment: PORTLETBRIDGE-26 - Move current portlet-bridge trunk to /core/trunk

* update of POM
Files changed:
  /myfaces/portlet-bridge/core/trunk/pom.xml ( 629946 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed

****************************************************************************
Test Summary:
****************************************************************************
Tests: 0
Failures: 0
Total time: 0

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   Portlet Bridge for JavaServer Faces
[INFO]   Portlet Bridge for JavaServer Faces API
[INFO]   Portlet Bridge for JavaServer Faces Impl
[INFO] ------------------------------------------------------------------------
[INFO] Building Portlet Bridge for JavaServer Faces
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /local/continuum-1.1-beta-2/working-directory/52/target
[INFO] [site:attach-descriptor]
[INFO] Unable to load parent project from a relative path: Could not find the model file '/local/continuum-1.1-beta-2/working-directory/52/../pom.xml'. for project unknown
[INFO] Parent project loaded from repository.
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] ************************************************************** 
[INFO] Starting Jakarta Velocity v1.4
[INFO] RuntimeInstance initializing.
[INFO] Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated: org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm
[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
[INFO] Velocimacro : error using  VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
[INFO] Velocimacro :  VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates
[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be  global in scope if allowed.
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] ************************************************************** 
[INFO] Starting Jakarta Velocity v1.4
[INFO] RuntimeInstance initializing.
[INFO] Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated: org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm
[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
[INFO] Velocimacro : error using  VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
[INFO] Velocimacro :  VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates
[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be  global in scope if allowed.
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] Preparing javadoc:javadoc
[INFO] No goals needed for project - skipping
[INFO] Preparing findbugs:findbugs
[INFO] No goals needed for project - skipping
[INFO] Preparing jdepend:generate
[INFO] No goals needed for project - skipping
[INFO] [site:site {execution: package}]
[INFO] Unable to load parent project from a relative path: Could not find the model file '/local/continuum-1.1-beta-2/working-directory/52/../pom.xml'. for project unknown
[INFO] Parent project loaded from repository.
[INFO] Parent project loaded from repository.
[INFO] Skipped "About" report, file "index.html" already exists for the English version.
[INFO] Generating "Continuous Integration" report.
[INFO] Generating "Dependencies" report.
[INFO] Generating "Dependency Convergence" report.
[INFO] Generating "Issue Tracking" report.
[INFO] Generating "Project License" report.
[INFO] Generating "Mailing Lists" report.
[INFO] Generating "Project Summary" report.
[INFO] Generating "Source Repository" report.
[INFO] Generating "Project Team" report.
[INFO] [install:install]
[INFO] Installing /local/continuum-1.1-beta-2/working-directory/52/pom.xml to /export/home/mrmaven/.m2/repository/org/apache/myfaces/portlet-bridge/portlet-bridge/1.0.0-SNAPSHOT/portlet-bridge-1.0.0-SNAPSHOT.pom
[INFO] [deploy:deploy]
altDeploymentRepository = null
[INFO] Retrieving previous build number from apache-maven-snapshots
Uploading: scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/portlet-bridge/portlet-bridge/1.0.0-SNAPSHOT/portlet-bridge-1.0.0-SNAPSHOT.pom
[INFO] Retrieving previous metadata from apache-maven-snapshots
[INFO] Uploading repository metadata for: 'artifact org.apache.myfaces.portlet-bridge:portlet-bridge'
[INFO] Retrieving previous metadata from apache-maven-snapshots
[INFO] Uploading repository metadata for: 'snapshot org.apache.myfaces.portlet-bridge:portlet-bridge:1.0.0-SNAPSHOT'
[INFO] Retrieving previous metadata from apache-maven-snapshots
[INFO] Uploading site descriptor for portlet-bridge 1.0.0-SNAPSHOT site.xml
[INFO] ------------------------------------------------------------------------
[INFO] Building Portlet Bridge for JavaServer Faces API
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /local/continuum-1.1-beta-2/working-directory/52/api/target
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 10 source files to /local/continuum-1.1-beta-2/working-directory/52/api/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar: /local/continuum-1.1-beta-2/working-directory/52/api/target/portlet-bridge-api-1.0.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: default}]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /local/continuum-1.1-beta-2/working-directory/52/api/target/portlet-bridge-api-1.0.0-SNAPSHOT-tests.jar
[INFO] [install:install]
[INFO] Installing /local/continuum-1.1-beta-2/working-directory/52/api/target/portlet-bridge-api-1.0.0-SNAPSHOT.jar to /export/home/mrmaven/.m2/repository/org/apache/myfaces/portlet-bridge/portlet-bridge-api/1.0.0-SNAPSHOT/portlet-bridge-api-1.0.0-SNAPSHOT.jar
[INFO] Installing /local/continuum-1.1-beta-2/working-directory/52/api/target/portlet-bridge-api-1.0.0-SNAPSHOT-tests.jar to /export/home/mrmaven/.m2/repository/org/apache/myfaces/portlet-bridge/portlet-bridge-api/1.0.0-SNAPSHOT/portlet-bridge-api-1.0.0-SNAPSHOT-tests.jar
[INFO] [deploy:deploy]
altDeploymentRepository = null
[INFO] Retrieving previous build number from apache-maven-snapshots
Uploading: scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/portlet-bridge/portlet-bridge-api/1.0.0-SNAPSHOT/portlet-bridge-api-1.0.0-SNAPSHOT.jar
[INFO] Retrieving previous metadata from apache-maven-snapshots
[INFO] Uploading repository metadata for: 'snapshot org.apache.myfaces.portlet-bridge:portlet-bridge-api:1.0.0-SNAPSHOT'
[INFO] Retrieving previous metadata from apache-maven-snapshots
[INFO] Uploading project information for portlet-bridge-api 1.0.0-SNAPSHOT
[INFO] Retrieving previous metadata from apache-maven-snapshots
[INFO] Uploading repository metadata for: 'artifact org.apache.myfaces.portlet-bridge:portlet-bridge-api'
[INFO] Retrieving previous build number from apache-maven-snapshots
Uploading: scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/portlet-bridge/portlet-bridge-api/1.0.0-SNAPSHOT/portlet-bridge-api-1.0.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Portlet Bridge for JavaServer Faces Impl
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /local/continuum-1.1-beta-2/working-directory/52/impl/target
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 31 source files to /local/continuum-1.1-beta-2/working-directory/52/impl/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar: /local/continuum-1.1-beta-2/working-directory/52/impl/target/portlet-bridge-impl-1.0.0-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: default}]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /local/continuum-1.1-beta-2/working-directory/52/impl/target/portlet-bridge-impl-1.0.0-SNAPSHOT-tests.jar
[INFO] [install:install]
[INFO] Installing /local/continuum-1.1-beta-2/working-directory/52/impl/target/portlet-bridge-impl-1.0.0-SNAPSHOT.jar to /export/home/mrmaven/.m2/repository/org/apache/myfaces/portlet-bridge/portlet-bridge-impl/1.0.0-SNAPSHOT/portlet-bridge-impl-1.0.0-SNAPSHOT.jar
[INFO] Installing /local/continuum-1.1-beta-2/working-directory/52/impl/target/portlet-bridge-impl-1.0.0-SNAPSHOT-tests.jar to /export/home/mrmaven/.m2/repository/org/apache/myfaces/portlet-bridge/portlet-bridge-impl/1.0.0-SNAPSHOT/portlet-bridge-impl-1.0.0-SNAPSHOT-tests.jar
[INFO] [deploy:deploy]
altDeploymentRepository = null
[INFO] Retrieving previous build number from apache-maven-snapshots
Uploading: scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/portlet-bridge/portlet-bridge-impl/1.0.0-SNAPSHOT/portlet-bridge-impl-1.0.0-SNAPSHOT.jar
[INFO] Retrieving previous metadata from apache-maven-snapshots
[INFO] Uploading repository metadata for: 'snapshot org.apache.myfaces.portlet-bridge:portlet-bridge-impl:1.0.0-SNAPSHOT'
[INFO] Retrieving previous metadata from apache-maven-snapshots
[INFO] Uploading project information for portlet-bridge-impl 1.0.0-SNAPSHOT
[INFO] Retrieving previous metadata from apache-maven-snapshots
[INFO] Uploading repository metadata for: 'artifact org.apache.myfaces.portlet-bridge:portlet-bridge-impl'
[INFO] Retrieving previous build number from apache-maven-snapshots
Uploading: scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/portlet-bridge/portlet-bridge-impl/1.0.0-SNAPSHOT/portlet-bridge-impl-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] Portlet Bridge for JavaServer Faces ................... SUCCESS [35.424s]
[INFO] Portlet Bridge for JavaServer Faces API ............... SUCCESS [30.252s]
[INFO] Portlet Bridge for JavaServer Faces Impl .............. SUCCESS [33.791s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 40 seconds
[INFO] Finished at: Thu Feb 21 19:23:21 GMT+00:00 2008
[INFO] Final Memory: 28M/83M
[INFO] ------------------------------------------------------------------------

****************************************************************************