This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 9299b5f remove stray integration test refs (#383)
9299b5f is described below
commit 9299b5ffa770710a429727167e9b143423121fb8
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Nov 24 22:18:43 2025 +0100
remove stray integration test refs (#383)
---
project/CopyrightHeader.scala | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/project/CopyrightHeader.scala b/project/CopyrightHeader.scala
index a7a7abb..5a75c76 100644
--- a/project/CopyrightHeader.scala
+++ b/project/CopyrightHeader.scala
@@ -23,7 +23,7 @@ trait CopyrightHeader extends AutoPlugin {
override def trigger: PluginTrigger = allRequirements
protected def headerMappingSettings: Seq[Def.Setting[_]] =
- Seq(Compile, Test, IntegrationTest).flatMap { config =>
+ Seq(Compile, Test).flatMap { config =>
inConfig(config)(
Seq(
headerLicense := Some(HeaderLicense.Custom(apacheHeader)),
@@ -35,8 +35,7 @@ trait CopyrightHeader extends AutoPlugin {
}
override def projectSettings: Seq[Def.Setting[_]] =
- Def.settings(headerMappingSettings, additional) ++ Defaults.itSettings ++
- headerSettings(IntegrationTest)
+ Def.settings(headerMappingSettings, additional) ++ Defaults.itSettings
def additional: Seq[Def.Setting[_]] =
Def.settings(Compile / compile := {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]