mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-11-04 12:30:12 +00:00 
			
		
		
		
	Merge pull request #1062 from eikek/fix/startup-cmd-length
Reduce startup command length
This commit is contained in:
		
							
								
								
									
										16
									
								
								build.sbt
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								build.sbt
									
									
									
									
									
								
							@@ -547,7 +547,13 @@ val webapp = project
 | 
			
		||||
 | 
			
		||||
val joex = project
 | 
			
		||||
  .in(file("modules/joex"))
 | 
			
		||||
  .enablePlugins(BuildInfoPlugin, JavaServerAppPackaging, DebianPlugin, SystemdPlugin)
 | 
			
		||||
  .enablePlugins(
 | 
			
		||||
    BuildInfoPlugin,
 | 
			
		||||
    JavaServerAppPackaging,
 | 
			
		||||
    DebianPlugin,
 | 
			
		||||
    SystemdPlugin,
 | 
			
		||||
    ClasspathJarPlugin
 | 
			
		||||
  )
 | 
			
		||||
  .settings(sharedSettings)
 | 
			
		||||
  .settings(testSettingsMUnit)
 | 
			
		||||
  .settings(debianSettings("docspell-joex"))
 | 
			
		||||
@@ -586,7 +592,13 @@ val joex = project
 | 
			
		||||
 | 
			
		||||
val restserver = project
 | 
			
		||||
  .in(file("modules/restserver"))
 | 
			
		||||
  .enablePlugins(BuildInfoPlugin, JavaServerAppPackaging, DebianPlugin, SystemdPlugin)
 | 
			
		||||
  .enablePlugins(
 | 
			
		||||
    BuildInfoPlugin,
 | 
			
		||||
    JavaServerAppPackaging,
 | 
			
		||||
    DebianPlugin,
 | 
			
		||||
    SystemdPlugin,
 | 
			
		||||
    ClasspathJarPlugin
 | 
			
		||||
  )
 | 
			
		||||
  .settings(sharedSettings)
 | 
			
		||||
  .settings(testSettingsMUnit)
 | 
			
		||||
  .settings(debianSettings("docspell-server"))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user