-
Notifications
You must be signed in to change notification settings - Fork 2
/
pom.xml
653 lines (611 loc) · 33.3 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.cggh</groupId>
<artifactId>cggh-alfresco-extensions</artifactId>
<version>1.6.8</version>
<name>AIO - SDK 3.0 Beta</name>
<description>All-In-One (AIO) project for SDK 3.0</description>
<packaging>pom</packaging>
<properties>
<java.cas.client.config.strategy>PROPERTY_FILE</java.cas.client.config.strategy>
<java.cas.client.config.location>/etc/java-cas-client.properties</java.cas.client.config.location>
<!-- Alfresco Maven Plugin version to use -->
<alfresco.sdk.version>3.1.0</alfresco.sdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Alfresco Data directory, which will contain:
Content Store (i.e. the files we upload)
Database (i.e. the metadata for the uploaded files)
Search index (i.e. the indexed content and metadata)
Configured in alfresco-global.properties with the 'dir.root' property.
-->
<alfresco.data.location>${session.executionRootDirectory}/alf_data_dev</alfresco.data.location>
<!-- Duplicated with alfresco.solrHome in the plugin, we need them out here to do filtering -->
<solr.home>${alfresco.data.location}/solr</solr.home>
<solr.model.dir>${solr.home}/alfrescoModels</solr.model.dir>
<solr.content.dir>${solr.home}/index</solr.content.dir>
<!-- Properties used in dependency declarations, you don't need to change these -->
<alfresco.groupId>org.alfresco</alfresco.groupId>
<alfresco.share.war.artifactId>share</alfresco.share.war.artifactId>
<!-- Platform WAR artifact, change to 'alfresco-enterprise' if using Enterprise
Edition -->
<alfresco.platform.war.artifactId>alfresco-platform</alfresco.platform.war.artifactId>
<!-- Alfresco Platform and Share webapp versions, these are the original Alfresco webapps that will be
customized and then deployed and run by the tomcat maven plugin when
executing for example $ mvn clean install alfresco:run -->
<alfresco.platform.version>5.2.g</alfresco.platform.version>
<alfresco.share.version>5.2.f</alfresco.share.version>
<!-- Default is to run with a Community edition, change to 'enterprise' if using Enterprise edition -->
<maven.alfresco.edition>community</maven.alfresco.edition>
<!-- Alfresco Surf version, if you change Share version you might need to change Surf version -->
<alfresco.surf.version>6.11</alfresco.surf.version>
<!-- Aikau framework version, it is released separately, so it can be useful
to be able to bring in newer versions with bug fixes etc -->
<aikau.version>1.0.67</aikau.version>
<!-- JRebel Hot reloading of classpath stuff and web resource stuff -->
<jrebel.version>1.1.6</jrebel.version>
<!-- Environment to use, Alfresco Maven Plugin will
copy alfresco-global-*.properties files from this directory, such as src/test/properties/local -->
<env>local</env>
<!-- Compile with Java 7, default is 5 -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<alfresco.aos-module.version>1.1.4</alfresco.aos-module.version>
<google.docs.version>3.0.4.3</google.docs.version>
<!-- -->
<discussions.version>0.0.5</discussions.version>
<!-- Settings for alfresco-global.properties -->
<mail.from>[email protected]</mail.from>
<mail.to>[email protected]</mail.to>
<mail.server.name>alfresco.malariagen.net</mail.server.name>
<csrf.token.referer>https://localhost:8080/.*</csrf.token.referer>
<csrf.token.origin>https://localhost:8080/.*</csrf.token.origin>
<ldap.provider>ldap://localhost:389</ldap.provider>
<external.authentication.defaultAdministratorUserNames>[email protected]</external.authentication.defaultAdministratorUserNames>
<ldap.auth.dn>cn\=admin,dc\=malariagen,dc\=net</ldap.auth.dn>
<ldap.auth.password>password</ldap.auth.password>
<!-- You need to set the following for CAS auth in /etc/java-cas-client.properties
casServerLoginUrl=https://www.malariagen.net/sso/login serverName=http://localhost:8080
ticketValidatorClass=org.jasig.cas.client.validation.Cas30ServiceTicketValidator
casServerUrlPrefix=https://www.malariagen.net/sso -->
<cas.logout.dest.url>http://www.malariagen.net</cas.logout.dest.url>
<cas.logout.url>https://www.malariagen.net/sso/logout</cas.logout.url>
<change.password.url />
<!-- <change.password.url>https://www.malariagen.net/pwm/private/ChangePassword</change.password.url> -->
<maven.alfresco.verbose>true</maven.alfresco.verbose>
<module.log.level>warn</module.log.level>
<org.orderofthebee.support-tools.version>1.1.0.0</org.orderofthebee.support-tools.version>
</properties>
<dependencyManagement>
<dependencies>
<!-- This will import the dependencyManagement for all artifacts in the selected Alfresco platform.
NOTE: You still need to define dependencies in your POM, but you can omit version as
it's enforced by this dependencyManagement.
NOTE: It defaults to the latest version this SDK pom has been tested with,
but alfresco version can/should be overridden in your project's pom
-->
<dependency>
<groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-platform-distribution</artifactId>
<version>${alfresco.platform.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Redefine the following Share dependencies as they have different
version numbers than platform. They are defined in alfresco-platform-distribution... -->
<dependency>
<groupId>${alfresco.groupId}</groupId>
<artifactId>share</artifactId>
<version>${alfresco.share.version}</version>
<type>war</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${alfresco.groupId}</groupId>
<artifactId>share</artifactId>
<version>${alfresco.share.version}</version>
<classifier>classes</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-web-framework-commons</artifactId>
<version>${alfresco.share.version}</version>
<classifier>classes</classifier>
<scope>provided</scope>
</dependency>
<!-- Redefine the following surf dependencies as they have no resolvable version in the
alfresco-platform-distribution artifact -->
<dependency>
<groupId>org.alfresco.surf</groupId>
<artifactId>spring-surf</artifactId>
<version>${alfresco.surf.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.alfresco.surf</groupId>
<artifactId>spring-surf-api</artifactId>
<version>${alfresco.surf.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<!--
Build an AMP if 3rd party libs are needed by the extensions
JARs are the default artifact produced in your modules, if you want to build an amp for each module
you have to enable this plugin and inspect the src/main/assembly.xml file if you want to customize
the layout of your AMP. The end result is that Maven will produce both a JAR file and an AMP with your
module.
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>build-amp-file</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptor>src/main/assembly/amp.xml</descriptor>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.alfresco.maven.plugin</groupId>
<artifactId>alfresco-maven-plugin</artifactId>
<version>${alfresco.sdk.version}</version>
</dependency>
</dependencies>
</plugin>
<!-- Filter resources in any sub-project with this config -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<encoding>UTF-8</encoding>
<nonFilteredFileExtensions> <!-- jpg, jpeg, gif, bmp and png are added automatically -->
<nonFilteredFileExtension>ftl</nonFilteredFileExtension>
<nonFilteredFileExtension>acp</nonFilteredFileExtension>
<nonFilteredFileExtension>svg</nonFilteredFileExtension>
<nonFilteredFileExtension>pdf</nonFilteredFileExtension>
<nonFilteredFileExtension>doc</nonFilteredFileExtension>
<nonFilteredFileExtension>docx</nonFilteredFileExtension>
<nonFilteredFileExtension>xls</nonFilteredFileExtension>
<nonFilteredFileExtension>xlsx</nonFilteredFileExtension>
<nonFilteredFileExtension>ppt</nonFilteredFileExtension>
<nonFilteredFileExtension>pptx</nonFilteredFileExtension>
<nonFilteredFileExtension>bin</nonFilteredFileExtension>
<nonFilteredFileExtension>lic</nonFilteredFileExtension>
<nonFilteredFileExtension>swf</nonFilteredFileExtension>
<nonFilteredFileExtension>zip</nonFilteredFileExtension>
<nonFilteredFileExtension>msg</nonFilteredFileExtension>
<nonFilteredFileExtension>jar</nonFilteredFileExtension>
<nonFilteredFileExtension>ttf</nonFilteredFileExtension>
<nonFilteredFileExtension>eot</nonFilteredFileExtension>
<nonFilteredFileExtension>woff</nonFilteredFileExtension>
<nonFilteredFileExtension>woff2</nonFilteredFileExtension>
<nonFilteredFileExtension>css</nonFilteredFileExtension>
<nonFilteredFileExtension>ico</nonFilteredFileExtension>
<nonFilteredFileExtension>psd</nonFilteredFileExtension>
<nonFilteredFileExtension>js</nonFilteredFileExtension>
</nonFilteredFileExtensions>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<!-- Make sure resources in sub-projects are filtered -->
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<!-- Filter the test resource files in the AIO parent project, and do property substitutions.
We need this config so this is done before the Alfresco Maven Plugin 'run' is executed. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.1</version>
<inherited>false</inherited>
<!-- Run only for the AIO parent Project -->
<executions>
<execution>
<id>copy-and-filter-test-resources</id>
<phase>validate</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
<resources>
<testResource>
<directory>src/test/resources</directory>
<filtering>true</filtering>
</testResource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<!--
The Alfresco Maven Plugin contains all the logic to run the extension
in an embedded Tomcat with the H2 database.
-->
<plugin>
<groupId>org.alfresco.maven.plugin</groupId>
<artifactId>alfresco-maven-plugin</artifactId>
<version>${alfresco.sdk.version}</version>
<configuration>
<!-- We need the flat file H2 database to run the Repo -->
<enableH2>true</enableH2>
<enableMySQL>false</enableMySQL>
<!-- We always need the Platform/Repo webapp - alfresco.war -->
<enablePlatform>true</enablePlatform>
<!-- Enable Solr webapp so we can use search -->
<enableSolr>true</enableSolr>
<!-- We need Share webapp, so we got a UI for working with the Repo -->
<enableShare>true</enableShare>
<useCustomShareLog4jConfig>true</useCustomShareLog4jConfig>
<!-- Enable the REST API Explorer -->
<enableApiExplorer>true</enableApiExplorer>
<tomcatSystemProperties>
<javaagent>${settings.localRepository}/org/aspectj/aspectjweaver/1.9.2/aspectjweaver-1.9.2.jar,${settings.localRepository}/org/springframework/spring-instrument/3.2.14.RELEASE/spring-instrument-3.2.14.RELEASE.jar</javaagent>
</tomcatSystemProperties>
<tomcatDependencies>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.2</version>
</dependency>
<!-- All these seem to do is to make sure that the jars are available -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-instrument-tomcat</artifactId>
<version>3.2.14.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId>
<version>3.2.14.RELEASE</version>
</dependency>
</tomcatDependencies>
<!-- JARs and AMPs that should be overlayed/applied to the Platform/Repository
WAR (i.e. alfresco.war) -->
<platformModules>
<!-- Share Services will be ignored if you are on Platform earlier than 5.1 -->
<moduleDependency>
<groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-share-services</artifactId>
<version>${alfresco.share.version}</version>
<type>amp</type>
</moduleDependency>
<moduleDependency>
<groupId>org.alfresco.integrations</groupId>
<artifactId>alfresco-googledocs-repo</artifactId>
<version>${google.docs.version}</version>
<type>amp</type>
</moduleDependency>
<moduleDependency>
<groupId>org.alfresco.aos-module</groupId>
<artifactId>alfresco-aos-module</artifactId>
<version>${alfresco.aos-module.version}</version>
<type>amp</type>
</moduleDependency>
<!-- Bring in custom Modules -->
<moduleDependency>
<groupId>${project.groupId}</groupId>
<artifactId>auth-platform-jar</artifactId>
<version>${project.version}</version>
</moduleDependency>
<moduleDependency>
<groupId>${project.groupId}</groupId>
<artifactId>cggh-ldap-platform-amp</artifactId>
<version>${project.version}</version>
<type>amp</type>
</moduleDependency>
<moduleDependency>
<groupId>${project.groupId}</groupId>
<artifactId>org_cggh_module_cms</artifactId>
<version>${project.version}</version>
</moduleDependency>
<moduleDependency>
<groupId>net.malariagen.alfresco</groupId>
<artifactId>discussions-platform-jar</artifactId>
<version>${discussions.version}</version>
</moduleDependency>
<moduleDependency>
<groupId>net.malariagen.alfresco</groupId>
<artifactId>discussions-email</artifactId>
<version>${discussions.version}</version>
</moduleDependency>
<moduleDependency>
<groupId>${project.groupId}</groupId>
<artifactId>cas-platform-amp</artifactId>
<version>${project.version}</version>
<type>amp</type>
</moduleDependency>
<moduleDependency>
<groupId>${project.groupId}</groupId>
<artifactId>ssr-platform</artifactId>
<version>${project.version}</version>
<type>amp</type>
</moduleDependency>
<moduleDependency>
<groupId>de.fmaul</groupId>
<artifactId>javascript-console-repo</artifactId>
<version>0.6</version>
<type>amp</type>
</moduleDependency>
<moduleDependency>
<groupId>com.metaversant</groupId>
<artifactId>share-site-creators-repo</artifactId>
<version>0.0.5</version>
<type>amp</type>
</moduleDependency>
<moduleDependency>
<groupId>org.orderofthebee.support-tools</groupId>
<artifactId>support-tools-repo</artifactId>
<version>${org.orderofthebee.support-tools.version}</version>
<type>amp</type>
</moduleDependency>
<moduleDependency>
<groupId>de.contentreich</groupId>
<artifactId>contentreich-eml-repo</artifactId>
<version>1.0-SNAPSHOT</version>
</moduleDependency>
<moduleDependency>
<groupId>${project.groupId}</groupId>
<artifactId>platform-patch-module</artifactId>
<version>${project.version}</version>
<type>amp</type>
</moduleDependency>
<!-- https://mvnrepository.com/artifact/com.lowagie/itext for java melody-->
<moduleDependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
<version>2.1.7</version>
</moduleDependency>
<moduleDependency>
<groupId>net.bull.javamelody</groupId>
<artifactId>alfresco-javamelody-addon</artifactId>
<version>1.77.0</version>
<type>amp</type>
</moduleDependency>
</platformModules>
<!-- JARs and AMPs that should be overlayed/applied to the Share WAR
(i.e. share.war) -->
<shareModules>
<moduleDependency>
<!-- Bring in a newer version of Aikau, can coexist with older versions
in the WAR distribution, newest version is picked. -->
<groupId>${alfresco.groupId}</groupId>
<artifactId>aikau</artifactId>
<version>${aikau.version}</version>
</moduleDependency>
<moduleDependency>
<groupId>org.alfresco.integrations</groupId>
<artifactId>alfresco-googledocs-share</artifactId>
<version>${google.docs.version}</version>
<type>amp</type>
</moduleDependency>
<!-- Bring in custom Modules -->
<moduleDependency>
<groupId>${project.groupId}</groupId>
<artifactId>cggh-alfresco-extensions-share-jar</artifactId>
<version>${project.version}</version>
</moduleDependency>
<moduleDependency>
<groupId>${project.groupId}</groupId>
<artifactId>auth-share-jar</artifactId>
<version>${project.version}</version>
</moduleDependency>
<moduleDependency>
<groupId>${project.groupId}</groupId>
<artifactId>cas-share-amp</artifactId>
<version>${project.version}</version>
<type>amp</type>
</moduleDependency>
<moduleDependency>
<groupId>net.malariagen.alfresco</groupId>
<artifactId>discussions-share-jar</artifactId>
<version>${discussions.version}</version>
</moduleDependency>
<moduleDependency>
<groupId>${project.groupId}</groupId>
<artifactId>ssr-share</artifactId>
<version>${project.version}</version>
<type>amp</type>
</moduleDependency>
<moduleDependency>
<groupId>de.fmaul</groupId>
<artifactId>javascript-console-share</artifactId>
<version>0.6</version>
<type>amp</type>
</moduleDependency>
<moduleDependency>
<groupId>com.metaversant</groupId>
<artifactId>share-site-creators-share</artifactId>
<version>0.0.5</version>
<type>amp</type>
</moduleDependency>
<!-- too much trouble with installing browser/java extensions <moduleDependency>
<groupId>com.redpill-linpro.alfresco.libreoffice</groupId> <artifactId>libreoffice-online-edit-share</artifactId>
<version>1.2.3</version> <type>amp</type> </moduleDependency> -->
<moduleDependency>
<groupId>com.github.wrighting</groupId>
<artifactId>dojoCMIS</artifactId>
<version>0.0.2</version>
</moduleDependency>
<moduleDependency>
<groupId>org.orderofthebee.support-tools</groupId>
<artifactId>support-tools-share</artifactId>
<version>${org.orderofthebee.support-tools.version}</version>
<type>amp</type>
</moduleDependency>
<moduleDependency>
<groupId>de.contentreich</groupId>
<artifactId>contentreich-eml-share</artifactId>
<version>1.0-SNAPSHOT</version>
</moduleDependency>
<moduleDependency>
<groupId>${project.groupId}</groupId>
<artifactId>share-patch-module</artifactId>
<version>${project.version}</version>
<type>amp</type>
</moduleDependency>
</shareModules>
</configuration>
</plugin>
<!-- Hot reloading with JRebel -->
<plugin>
<groupId>org.zeroturnaround</groupId>
<artifactId>jrebel-maven-plugin</artifactId>
<version>${jrebel.version}</version>
<executions>
<execution>
<id>generate-rebel-xml</id>
<phase>process-resources</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<configuration>
<!-- For more information about how to configure JRebel plugin see:
http://manuals.zeroturnaround.com/jrebel/standalone/maven.html#maven-rebel-xml -->
<classpath>
<fallback>all</fallback>
<resources>
<resource>
<!-- Empty resource element marks default configuration. By default
it is placed first in generated configuration. -->
</resource>
</resources>
</classpath>
<!-- alwaysGenerate - default is false If 'false' - rebel.xml is generated
if timestamps of pom.xml and the current rebel.xml file are not equal. If
'true' - rebel.xml will always be generated -->
<alwaysGenerate>true</alwaysGenerate>
</configuration>
</plugin>
<!--
mvn gitflow:release-start
mvn gitflow:release-finish
-->
<plugin>
<groupId>com.amashchenko.maven.plugin</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
<version>1.9.0</version>
<configuration>
<!-- Enable this to push to origin using SSH keys -->
<enableSshAgent>true</enableSshAgent>
<!-- Keep your maven submodules at the same version as the parent POM -->
<autoVersionSubmodules>true</autoVersionSubmodules>
<!-- Pusing in-development features to origin allows all devs to see
what each other are working on -->
<pushFeatures>true</pushFeatures>
<!-- This allows the CI server (e.g. Jenkins) to automatically push
new releases to origin; you can then either manually deploy them or, if you
are doing Continuous Deployments, auto-deploy them to prod -->
<pushReleases>true</pushReleases>
<!-- Hot Fixes should be pushed to origin as well so that any dev can
pick them up -->
<pushHotfixes>true</pushHotfixes>
<!-- Prevents deployments from dev workstations so that they can be
done by a CI server -->
<noDeploy>true</noDeploy>
<gitFlowConfig>
<!-- You can customize your development branch name. Why? Because it's
faster to type 'git push origin dvlp' than 'git push origin develop' ;-) -->
<developmentBranch>dvlp</developmentBranch>
</gitFlowConfig>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>owasp</id>
<build>
<plugins>
<plugin> <!-- checks owsp vulnerability database during verify phase -->
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>1.4.3</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<!-- Alfresco Maven Repositories -->
<repositories>
<repository>
<id>alfresco-public</id>
<url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
</repository>
<repository>
<id>alfresco-public-snapshots</id>
<url>https://artifacts.alfresco.com/nexus/content/groups/public-snapshots</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
</snapshots>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>alfresco-plugin-public</id>
<url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
</pluginRepository>
<pluginRepository>
<id>alfresco-plugin-public-snapshots</id>
<url>https://artifacts.alfresco.com/nexus/content/groups/public-snapshots</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
<modules>
<module>auth-platform-jar</module>
<module>cggh-ldap-platform-amp</module>
<module>cggh-alfresco-extensions-share-jar</module>
<module>auth-share-jar</module>
<module>org_cggh_module_cms</module>
<module>cas-share-amp</module>
<module>cas-platform-amp</module>
<module>cggh-alfresco-util</module>
<module>share-patch-module</module>
<module>platform-patch-module</module>
<module>ssr-platform</module>
<module>ssr-share</module>
</modules>
<scm>
<connection>scm:git:[email protected]:malariagen/cggh-alfresco-extensions.git</connection>
<url>scm:git:[email protected]:malariagen/cggh-alfresco-extensions.git</url>
<developerConnection>scm:git:[email protected]:malariagen/cggh-alfresco-extensions.git</developerConnection>
<!-- <tag>cggh-alfresco-extensions-1.0</tag> -->
<tag>HEAD</tag>
</scm>
</project>