summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/pom.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run gpg sign in the verify phaseantelder2010-06-221-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956795 13f79535-47bb-0310-9956-ffa450edef68
* Update root pom.xml distributionManagement for Nexus based repositories. To ↵antelder2010-06-211-11/+10
| | | | | | use these you'll need to define the servers in your m2 settings.xml, for details see http://maven.apache.org/developers/committer-settings.html git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956509 13f79535-47bb-0310-9956-ffa450edef68
* Remove old rat configantelder2010-06-151-12/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954726 13f79535-47bb-0310-9956-ffa450edef68
* Update to release profile to remove the hardcoded deployment repo and start ↵antelder2010-06-141-1/+12
| | | | | | adding the rat plugin config git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954481 13f79535-47bb-0310-9956-ffa450edef68
* Add features to the release profileantelder2010-06-141-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954478 13f79535-47bb-0310-9956-ffa450edef68
* Update the release profile to include everything that gets released and ↵antelder2010-06-141-9/+34
| | | | | | signs and deploys them. The idea is this profile does _everything_ so for a release you just do mvn -Prelease and thats it to have the staging repo created and the distributions signed and uploaded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954455 13f79535-47bb-0310-9956-ffa450edef68
* bump java compiler source and target to java 6kelvingoodson2010-06-081-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952653 13f79535-47bb-0310-9956-ffa450edef68
* Try adding tuscany plugin module to build using MNG-2135 work around of ↵antelder2010-06-021-0/+3
| | | | | | having the plugin FIRST in the parent pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950416 13f79535-47bb-0310-9956-ffa450edef68
* Remove maven.test.skip from source profileantelder2010-05-271-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948700 13f79535-47bb-0310-9956-ffa450edef68
* configure reporting section of build to begin to differentiate between ↵kelvingoodson2010-05-171-6/+9
| | | | | | extension spi and all other code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945178 13f79535-47bb-0310-9956-ffa450edef68
* Updating maven-eclipse-plugin to release 2.8lresende2010-04-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939422 13f79535-47bb-0310-9956-ffa450edef68
* Updating maven-war-plugin to release 2.1-beta1lresende2010-04-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939421 13f79535-47bb-0310-9956-ffa450edef68
* Updating maven-depedency-plugin to release 2.1lresende2010-04-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939420 13f79535-47bb-0310-9956-ffa450edef68
* Updating maven-resources-plugin to release 2.4.2lresende2010-04-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939419 13f79535-47bb-0310-9956-ffa450edef68
* Updating maven-install-plugin to release 2.3lresende2010-04-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939418 13f79535-47bb-0310-9956-ffa450edef68
* Updating maven-clean-plugin to release 2.4lresende2010-04-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939417 13f79535-47bb-0310-9956-ffa450edef68
* mark classes as extension spi according to use indicated by implementation.javakelvingoodson2010-04-231-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937291 13f79535-47bb-0310-9956-ffa450edef68
* Add jaxws ri module to base profileantelder2010-04-211-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936195 13f79535-47bb-0310-9956-ffa450edef68
* Add unCheckedPluginList to the enforcer plugin to allow the tuscany plugin ↵antelder2010-04-201-0/+1
| | | | | | snapshot till its been released git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935822 13f79535-47bb-0310-9956-ffa450edef68
* update documentation scheme in the light of mailing list discussionkelvingoodson2010-04-151-4/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934397 13f79535-47bb-0310-9956-ffa450edef68
* add reporting section to build, with javadoc custom tag ↵kelvingoodson2010-04-151-0/+29
| | | | | | "tuscany.extension.spi" for flagging spis aimed at extension developers; also add one example git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934365 13f79535-47bb-0310-9956-ffa450edef68
* Go back to the default surefire mem settings which gets my local build ↵antelder2010-04-131-0/+2
| | | | | | running ok without needing any mavenopts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933538 13f79535-47bb-0310-9956-ffa450edef68
* Update surefire mem options to see if that can get hudson working without ↵antelder2010-04-091-1/+1
| | | | | | mavenopts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932331 13f79535-47bb-0310-9956-ffa450edef68
* Increase mem settings as that seems slightly faster for meantelder2010-04-091-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932312 13f79535-47bb-0310-9956-ffa450edef68
* Update base profile for latest jarsantelder2010-04-091-10/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932310 13f79535-47bb-0310-9956-ffa450edef68
* Add compiler mem sizes so you don't need to set MAVENOPTSantelder2010-04-091-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932291 13f79535-47bb-0310-9956-ffa450edef68
* Use Java 1.5 and latest compiler pluginantelder2010-04-081-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931978 13f79535-47bb-0310-9956-ffa450edef68
* As a trial to see if we can rule out the tuscany eclipse compiler causing ↵antelder2010-04-081-15/+2
| | | | | | the too many open files problem on Hudson try changing to use the regular maven compiler git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931936 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest release of the eclipse compilerantelder2010-04-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931808 13f79535-47bb-0310-9956-ffa450edef68
* Add compliance tests back into build as theyy're mostly passing again and ↵antelder2010-03-301-3/+4
| | | | | | the failing ones are excluded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929112 13f79535-47bb-0310-9956-ffa450edef68
* Add a list of recently ported modules into the build rfeng2010-03-301-9/+6
| | | | | | Adjust dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928983 13f79535-47bb-0310-9956-ffa450edef68
* Remove old plugin configantelder2010-03-221-15/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926025 13f79535-47bb-0310-9956-ffa450edef68
* Take the compliance tests out of the distribution profileantelder2010-03-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925562 13f79535-47bb-0310-9956-ffa450edef68
* Take out compliance tests while they're not workingantelder2010-03-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924986 13f79535-47bb-0310-9956-ffa450edef68
* Take the compliance tests out of the default trunk build while they're not ↵antelder2010-03-181-1/+1
| | | | | | working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924932 13f79535-47bb-0310-9956-ffa450edef68
* Reinstate ban snapshotsantelder2010-03-111-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922053 13f79535-47bb-0310-9956-ffa450edef68
* Updates to the base profile to include the oasis compliance testsantelder2010-03-111-1/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922027 13f79535-47bb-0310-9956-ffa450edef68
* Add a profile for just teh compliance tests, maybe just temporarily to ↵antelder2010-03-081-0/+7
| | | | | | verify the Hudson build working properly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920505 13f79535-47bb-0310-9956-ffa450edef68
* Add compliance tests to distribution profileantelder2010-03-081-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920504 13f79535-47bb-0310-9956-ffa450edef68
* Add compliance tests into the fast profileantelder2010-03-081-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920179 13f79535-47bb-0310-9956-ffa450edef68
* Add compliance tests to the default buildantelder2010-03-081-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920161 13f79535-47bb-0310-9956-ffa450edef68
* Setting sourceEncoding and outputEncoding properties to avoid warning during ↵lresende2010-03-031-1/+3
| | | | | | build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918706 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2594 - Minor fix on the location of the property definition...lresende2010-03-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917662 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2594 - Moving property definition to top level... and overriding it ↵lresende2010-03-011-9/+1
| | | | | | for mac specific profiles... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917605 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2594 - Reverting r917295 changes and setting tools.jar property in ↵lresende2010-03-011-2/+4
| | | | | | distribution profile to fix issues in the hudson continuum build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917344 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2594 - try to get the Hudson build working again after the tools.jar ↵antelder2010-02-281-2/+2
| | | | | | change git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917295 13f79535-47bb-0310-9956-ffa450edef68
* Adding eclipse-mac profile to configure tools.jar property in mac os ↵lresende2010-02-261-39/+98
| | | | | | environment... and adding some comments on what the sections/profiles are used for... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916815 13f79535-47bb-0310-9956-ffa450edef68
* Configure tools.jar for eclipse profilerfeng2010-02-261-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916501 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2594 - Adding workaround for missing tools.jar in mac os, by setting ↵lresende2010-02-151-2/+26
| | | | | | profiles/properties to set the proper jar based on the os being used git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910273 13f79535-47bb-0310-9956-ffa450edef68
* Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws2010-02-041-2/+3
| | | | | | replace binding-ws-axis2 and binding binding-ws-axis2-policy with binding-ws-runtime-axis which is still very much a work in progress 2) correct the axis/axiom version references across the project and make the various OSGi environments work 3) start fixing policy provides to allow the ws binding to exploit the binding wire. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906557 13f79535-47bb-0310-9956-ffa450edef68