Implement Deltas-only copying of configurations
-----------------------------------------------
Key: JBASMP-4
URL: http://jira.jboss.com/jira/browse/JBASMP-4
Project: JBoss AS Maven Plugins
Issue Type: Task
Reporter: Andrew Lee Rubinger
Assigned To: Andrew Lee Rubinger
>From Antony Stubbs:
The other thing I noticed is that the JbossAsControlCreateConfigurationMojo doesn't seem to perform a delta copy as ALR has mentioned in places, but instead copies the entire directory every time and overwrites existing files. Is this a feature worth pursuing? It took quite a long time (at least 60 seconds) copying the config directory on every invoke for me - i.e. it appears worth it to me.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Rename incorrect src/main/resources/conf/bootstap-beans.xml
-----------------------------------------------------------
Key: JBASMP-11
URL: https://jira.jboss.org/jira/browse/JBASMP-11
Project: JBoss AS Maven Plugins
Issue Type: Task
Components: control-example
Affects Versions: 0.1.0
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Go to "bootstrap" :)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Change default overlayLocation to src/jbossas/resources
-------------------------------------------------------
Key: JBASMP-9
URL: https://jira.jboss.org/jira/browse/JBASMP-9
Project: JBoss AS Maven Plugins
Issue Type: Task
Components: control-plugin
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
src/main/resources is for application/module resources; move the default for JBossAS Configuration files into their own namespace.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Review and Commit Patches by Antony Stubbs
------------------------------------------
Key: JBASMP-3
URL: http://jira.jboss.com/jira/browse/JBASMP-3
Project: JBoss AS Maven Plugins
Issue Type: Task
Reporter: Andrew Lee Rubinger
Assigned To: Andrew Lee Rubinger
Community Contributor Antony Stubbs has provided patched (in linked issue). This task is to track their commits to a release.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Update server-manager dependency
--------------------------------
Key: JBASMP-14
URL: https://jira.jboss.org/jira/browse/JBASMP-14
Project: JBoss AS Maven Plugins
Issue Type: Task
Components: ejb3-testrunner
Affects Versions: 0.1.0
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
The POM is referencing an outdated jboss-as-server-manager, should be jboss-server-manager
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Configure Surefire in POM
-------------------------
Key: JBASMP-13
URL: https://jira.jboss.org/jira/browse/JBASMP-13
Project: JBoss AS Maven Plugins
Issue Type: Task
Components: control-example
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Set jbossalll-client via additionalClasspathElements, configure redirectToFile and showSummary
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Resolve dependencies in preparation for 0.1.0 Release
-----------------------------------------------------
Key: JBASMP-15
URL: https://jira.jboss.org/jira/browse/JBASMP-15
Project: JBoss AS Maven Plugins
Issue Type: Task
Components: build, common, deploy, example, plugin-control, plugin-ejb3-testrunner
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: 0.1.0
Align dependency versions in order to release all modules, starting at 0.1.0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Remove EJB3 TestRunner Plugin from Aggregator
---------------------------------------------
Key: JBASMP-10
URL: https://jira.jboss.org/jira/browse/JBASMP-10
Project: JBoss AS Maven Plugins
Issue Type: Task
Affects Versions: 0.1.0
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
The EJB3 TestRunner Plugin is now deprecated in favor of moving the EJB3 TestSuite to either AS or Core/Embedded Unit tests
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Align current versions to all start at 0.1.0-SNAPSHOT
-----------------------------------------------------
Key: JBASMP-6
URL: http://jira.jboss.com/jira/browse/JBASMP-6
Project: JBoss AS Maven Plugins
Issue Type: Task
Components: build, common, control-example, control-plugin
Reporter: Andrew Lee Rubinger
Assigned To: Andrew Lee Rubinger
Fix For: 0.1.0
POMs should be set to same version, 0.1.0-SNAPSHOT, including the Aggregator POM
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Pluggable policy for picking coordinator
----------------------------------------
Key: JGRP-592
URL: http://jira.jboss.com/jira/browse/JGRP-592
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assigned To: Bela Ban
Priority: Minor
Fix For: 2.6
Make policy to pick coordinator pluggable. Pick new coordinator after existing coordinator crashes by calling this policy.
Default policy is to pick the next in line.
Other policies could pick the next in line from a set of pinned coordinator, so certain members can never become coordinators.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira