Sakai Maven Plugin
- Artifacts with test scope are not being skipped correctly after enforcer updateSMP-29Resolved issue: SMP-29Matthew Jones
- Deploy exploded pretty slow on directories with lots of files expandedSMP-28Resolved issue: SMP-28Matthew Jones
- Update maven plugin with newer dependencies and annotations.SMP-27Resolved issue: SMP-27Matthew Buckett
- sakai:deploy goal fails if the lib directory doesn't existSMP-26Resolved issue: SMP-26Matthew Buckett
- Release 1.4.2 of the maven pluginSMP-25Resolved issue: SMP-25Matthew Buckett
- Add configuration option to allow deployment to be skippedSMP-24Resolved issue: SMP-24Earle Nietzel
- Deploy to tomcat/lib by defaultSMP-23Resolved issue: SMP-23Steve Swinsburg
- Plugin can end up deploying multiple copies of JARs deployed in to shared/libSMP-22Resolved issue: SMP-22Matthew Buckett
- Add support for deploying to tomcat endorsed directory to maven pluginSMP-21Resolved issue: SMP-21Matthew Jones
- Add new goal to deploy sakai's webapps exploded with no warsSMP-19Resolved issue: SMP-19Core Team
- [INFO] Repository 'apache-repo' will be blacklistedSMP-18Resolved issue: SMP-18Core Team
- Add a modified version of the versions-maven-plugin from codehausSMP-17Resolved issue: SMP-17Christopher Maurer
- Maven3 parallel execution support in Sakai Maven PluginSMP-16Resolved issue: SMP-16Anthony Whyte
- Update maven minimum version to 2.0.10SMP-15Resolved issue: SMP-15Anthony Whyte
- Add/update base pom <distributionManagement>, <repositories>, <reporting>, site generation support, etc.SMP-14Resolved issue: SMP-14Anthony Whyte
- Allow deploy target to deploy webappsSMP-1Resolved issue: SMP-1Anthony Whyte
- sakai:javadoc goal does not workSMP-5Resolved issue: SMP-5
- Perform 1.2 release of sakai maven plugin in order to include overlay handling in a stable releaseSMP-2Resolved issue: SMP-2Anthony Whyte
- Typo in error message from maven pluginSMP-4Resolved issue: SMP-4Anthony Whyte
- New "directory" packaging typeSMP-3Resolved issue: SMP-3
- maven sakai:deploy does not respect finalName in buildSMP-7Resolved issue: SMP-7Anthony Whyte
- add sakai:undeploy goalSMP-10Resolved issue: SMP-10
- Support deploy to specific filename.SMP-13Resolved issue: SMP-13Ian Boston
- Maven plugin enhancement to allow to deploy to shared/classes, common/classes, server/classesSMP-9Resolved issue: SMP-9
- Sakai Plugin does not support more than tomcat 5.5SMP-6Resolved issue: SMP-6Ian Boston
- Maven2 plugin: empty web.xml files in componentsSMP-8Resolved issue: SMP-8Ian Boston
- fix maven2 deploy phase for sakai-componentsSMP-11Resolved issue: SMP-11Ian Boston
- Don't require tomcat path when just running install phase (maven2)SMP-12Resolved issue: SMP-12Ian Boston
28 of 28
Artifacts with test scope are not being skipped correctly after enforcer update
Fixed
Description
depends on
is depended on by
Details
Assignee
Matthew JonesMatthew JonesReporter
Matthew JonesMatthew JonesComponents
Fix versions
Affects versions
Priority
Critical
Details
Details
Assignee
Matthew Jones
Matthew JonesReporter
Matthew Jones
Matthew JonesComponents
Fix versions
Affects versions
Priority
Created July 12, 2018 at 1:45 PM
Updated July 13, 2018 at 1:10 PM
Resolved July 13, 2018 at 1:07 PM
After the enforcer plugin update on SAK-40004 there was this issue where some plugins with a test scope are causing an error in the deployment. It seems like they're being incorrectly identified by this deploy plugin and stopping the build.