1 | |
|
2 | |
|
3 | |
|
4 | |
|
5 | |
|
6 | |
|
7 | |
|
8 | |
|
9 | |
package fr.paris.lutece.plugins.releaser.business.jaxb.maven; |
10 | |
|
11 | |
import javax.xml.bind.JAXBElement; |
12 | |
import javax.xml.bind.annotation.XmlElementDecl; |
13 | |
import javax.xml.bind.annotation.XmlRegistry; |
14 | |
import javax.xml.namespace.QName; |
15 | |
|
16 | |
|
17 | |
|
18 | |
|
19 | |
|
20 | |
|
21 | |
|
22 | |
|
23 | |
|
24 | |
|
25 | |
|
26 | |
|
27 | |
|
28 | |
|
29 | |
|
30 | |
|
31 | |
@XmlRegistry |
32 | |
public class ObjectFactory { |
33 | |
|
34 | 0 | private final static QName _Project_QNAME = new QName("http://maven.apache.org/POM/4.0.0", "project"); |
35 | |
|
36 | |
|
37 | |
|
38 | |
|
39 | |
|
40 | 0 | public ObjectFactory() { |
41 | 0 | } |
42 | |
|
43 | |
|
44 | |
|
45 | |
|
46 | |
|
47 | |
public Site createSite() { |
48 | 0 | return new Site(); |
49 | |
} |
50 | |
|
51 | |
|
52 | |
|
53 | |
|
54 | |
|
55 | |
public MailingList.OtherArchives createMailingListOtherArchives() { |
56 | 0 | return new MailingList.OtherArchives(); |
57 | |
} |
58 | |
|
59 | |
|
60 | |
|
61 | |
|
62 | |
|
63 | |
public Activation createActivation() { |
64 | 0 | return new Activation(); |
65 | |
} |
66 | |
|
67 | |
|
68 | |
|
69 | |
|
70 | |
|
71 | |
public Build.TestResources createBuildTestResources() { |
72 | 0 | return new Build.TestResources(); |
73 | |
} |
74 | |
|
75 | |
|
76 | |
|
77 | |
|
78 | |
|
79 | |
public BuildBase createBuildBase() { |
80 | 0 | return new BuildBase(); |
81 | |
} |
82 | |
|
83 | |
|
84 | |
|
85 | |
|
86 | |
|
87 | |
public Prerequisites createPrerequisites() { |
88 | 0 | return new Prerequisites(); |
89 | |
} |
90 | |
|
91 | |
|
92 | |
|
93 | |
|
94 | |
|
95 | |
public Build.Extensions createBuildExtensions() { |
96 | 0 | return new Build.Extensions(); |
97 | |
} |
98 | |
|
99 | |
|
100 | |
|
101 | |
|
102 | |
|
103 | |
public Model.MailingLists createModelMailingLists() { |
104 | 0 | return new Model.MailingLists(); |
105 | |
} |
106 | |
|
107 | |
|
108 | |
|
109 | |
|
110 | |
|
111 | |
public Build createBuild() { |
112 | 0 | return new Build(); |
113 | |
} |
114 | |
|
115 | |
|
116 | |
|
117 | |
|
118 | |
|
119 | |
public CiManagement createCiManagement() { |
120 | 0 | return new CiManagement(); |
121 | |
} |
122 | |
|
123 | |
|
124 | |
|
125 | |
|
126 | |
|
127 | |
public PluginManagement createPluginManagement() { |
128 | 0 | return new PluginManagement(); |
129 | |
} |
130 | |
|
131 | |
|
132 | |
|
133 | |
|
134 | |
|
135 | |
public DistributionManagement createDistributionManagement() { |
136 | 0 | return new DistributionManagement(); |
137 | |
} |
138 | |
|
139 | |
|
140 | |
|
141 | |
|
142 | |
|
143 | |
public Notifier.Configuration createNotifierConfiguration() { |
144 | 0 | return new Notifier.Configuration(); |
145 | |
} |
146 | |
|
147 | |
|
148 | |
|
149 | |
|
150 | |
|
151 | |
public RepositoryPolicy createRepositoryPolicy() { |
152 | 0 | return new RepositoryPolicy(); |
153 | |
} |
154 | |
|
155 | |
|
156 | |
|
157 | |
|
158 | |
|
159 | |
public Build.Resources createBuildResources() { |
160 | 0 | return new Build.Resources(); |
161 | |
} |
162 | |
|
163 | |
|
164 | |
|
165 | |
|
166 | |
|
167 | |
public Resource.Includes createResourceIncludes() { |
168 | 0 | return new Resource.Includes(); |
169 | |
} |
170 | |
|
171 | |
|
172 | |
|
173 | |
|
174 | |
|
175 | |
public Plugin createPlugin() { |
176 | 0 | return new Plugin(); |
177 | |
} |
178 | |
|
179 | |
|
180 | |
|
181 | |
|
182 | |
|
183 | |
public Reporting.Plugins createReportingPlugins() { |
184 | 0 | return new Reporting.Plugins(); |
185 | |
} |
186 | |
|
187 | |
|
188 | |
|
189 | |
|
190 | |
|
191 | |
public Profile.Repositories createProfileRepositories() { |
192 | 0 | return new Profile.Repositories(); |
193 | |
} |
194 | |
|
195 | |
|
196 | |
|
197 | |
|
198 | |
|
199 | |
public Model.Contributors createModelContributors() { |
200 | 0 | return new Model.Contributors(); |
201 | |
} |
202 | |
|
203 | |
|
204 | |
|
205 | |
|
206 | |
|
207 | |
public BuildBase.TestResources createBuildBaseTestResources() { |
208 | 0 | return new BuildBase.TestResources(); |
209 | |
} |
210 | |
|
211 | |
|
212 | |
|
213 | |
|
214 | |
|
215 | |
public DeploymentRepository createDeploymentRepository() { |
216 | 0 | return new DeploymentRepository(); |
217 | |
} |
218 | |
|
219 | |
|
220 | |
|
221 | |
|
222 | |
|
223 | |
public Developer createDeveloper() { |
224 | 0 | return new Developer(); |
225 | |
} |
226 | |
|
227 | |
|
228 | |
|
229 | |
|
230 | |
|
231 | |
public Model.Dependencies createModelDependencies() { |
232 | 0 | return new Model.Dependencies(); |
233 | |
} |
234 | |
|
235 | |
|
236 | |
|
237 | |
|
238 | |
|
239 | |
public Model.Properties createModelProperties() { |
240 | 0 | return new Model.Properties(); |
241 | |
} |
242 | |
|
243 | |
|
244 | |
|
245 | |
|
246 | |
|
247 | |
public Resource.Excludes createResourceExcludes() { |
248 | 0 | return new Resource.Excludes(); |
249 | |
} |
250 | |
|
251 | |
|
252 | |
|
253 | |
|
254 | |
|
255 | |
public Model.Modules createModelModules() { |
256 | 0 | return new Model.Modules(); |
257 | |
} |
258 | |
|
259 | |
|
260 | |
|
261 | |
|
262 | |
|
263 | |
public ReportSet.Configuration createReportSetConfiguration() { |
264 | 0 | return new ReportSet.Configuration(); |
265 | |
} |
266 | |
|
267 | |
|
268 | |
|
269 | |
|
270 | |
|
271 | |
public Model.Licenses createModelLicenses() { |
272 | 0 | return new Model.Licenses(); |
273 | |
} |
274 | |
|
275 | |
|
276 | |
|
277 | |
|
278 | |
|
279 | |
public ReportSet createReportSet() { |
280 | 0 | return new ReportSet(); |
281 | |
} |
282 | |
|
283 | |
|
284 | |
|
285 | |
|
286 | |
|
287 | |
public BuildBase.Filters createBuildBaseFilters() { |
288 | 0 | return new BuildBase.Filters(); |
289 | |
} |
290 | |
|
291 | |
|
292 | |
|
293 | |
|
294 | |
|
295 | |
public MailingList createMailingList() { |
296 | 0 | return new MailingList(); |
297 | |
} |
298 | |
|
299 | |
|
300 | |
|
301 | |
|
302 | |
|
303 | |
public Notifier createNotifier() { |
304 | 0 | return new Notifier(); |
305 | |
} |
306 | |
|
307 | |
|
308 | |
|
309 | |
|
310 | |
|
311 | |
public Profile.PluginRepositories createProfilePluginRepositories() { |
312 | 0 | return new Profile.PluginRepositories(); |
313 | |
} |
314 | |
|
315 | |
|
316 | |
|
317 | |
|
318 | |
|
319 | |
public Model createModel() { |
320 | 0 | return new Model(); |
321 | |
} |
322 | |
|
323 | |
|
324 | |
|
325 | |
|
326 | |
|
327 | |
public DependencyManagement.Dependencies createDependencyManagementDependencies() { |
328 | 0 | return new DependencyManagement.Dependencies(); |
329 | |
} |
330 | |
|
331 | |
|
332 | |
|
333 | |
|
334 | |
|
335 | |
public Profile.Dependencies createProfileDependencies() { |
336 | 0 | return new Profile.Dependencies(); |
337 | |
} |
338 | |
|
339 | |
|
340 | |
|
341 | |
|
342 | |
|
343 | |
public Contributor createContributor() { |
344 | 0 | return new Contributor(); |
345 | |
} |
346 | |
|
347 | |
|
348 | |
|
349 | |
|
350 | |
|
351 | |
public ActivationFile createActivationFile() { |
352 | 0 | return new ActivationFile(); |
353 | |
} |
354 | |
|
355 | |
|
356 | |
|
357 | |
|
358 | |
|
359 | |
public Model.Reports createModelReports() { |
360 | 0 | return new Model.Reports(); |
361 | |
} |
362 | |
|
363 | |
|
364 | |
|
365 | |
|
366 | |
|
367 | |
public Build.Plugins createBuildPlugins() { |
368 | 0 | return new Build.Plugins(); |
369 | |
} |
370 | |
|
371 | |
|
372 | |
|
373 | |
|
374 | |
|
375 | |
public ReportPlugin.ReportSets createReportPluginReportSets() { |
376 | 0 | return new ReportPlugin.ReportSets(); |
377 | |
} |
378 | |
|
379 | |
|
380 | |
|
381 | |
|
382 | |
|
383 | |
public Build.Filters createBuildFilters() { |
384 | 0 | return new Build.Filters(); |
385 | |
} |
386 | |
|
387 | |
|
388 | |
|
389 | |
|
390 | |
|
391 | |
public ActivationOS createActivationOS() { |
392 | 0 | return new ActivationOS(); |
393 | |
} |
394 | |
|
395 | |
|
396 | |
|
397 | |
|
398 | |
|
399 | |
public Profile.Reports createProfileReports() { |
400 | 0 | return new Profile.Reports(); |
401 | |
} |
402 | |
|
403 | |
|
404 | |
|
405 | |
|
406 | |
|
407 | |
public Model.PluginRepositories createModelPluginRepositories() { |
408 | 0 | return new Model.PluginRepositories(); |
409 | |
} |
410 | |
|
411 | |
|
412 | |
|
413 | |
|
414 | |
|
415 | |
public Profile.Modules createProfileModules() { |
416 | 0 | return new Profile.Modules(); |
417 | |
} |
418 | |
|
419 | |
|
420 | |
|
421 | |
|
422 | |
|
423 | |
public IssueManagement createIssueManagement() { |
424 | 0 | return new IssueManagement(); |
425 | |
} |
426 | |
|
427 | |
|
428 | |
|
429 | |
|
430 | |
|
431 | |
public ReportSet.Reports createReportSetReports() { |
432 | 0 | return new ReportSet.Reports(); |
433 | |
} |
434 | |
|
435 | |
|
436 | |
|
437 | |
|
438 | |
|
439 | |
public Resource createResource() { |
440 | 0 | return new Resource(); |
441 | |
} |
442 | |
|
443 | |
|
444 | |
|
445 | |
|
446 | |
|
447 | |
public BuildBase.Resources createBuildBaseResources() { |
448 | 0 | return new BuildBase.Resources(); |
449 | |
} |
450 | |
|
451 | |
|
452 | |
|
453 | |
|
454 | |
|
455 | |
public Extension createExtension() { |
456 | 0 | return new Extension(); |
457 | |
} |
458 | |
|
459 | |
|
460 | |
|
461 | |
|
462 | |
|
463 | |
public Exclusion createExclusion() { |
464 | 0 | return new Exclusion(); |
465 | |
} |
466 | |
|
467 | |
|
468 | |
|
469 | |
|
470 | |
|
471 | |
public Repository createRepository() { |
472 | 0 | return new Repository(); |
473 | |
} |
474 | |
|
475 | |
|
476 | |
|
477 | |
|
478 | |
|
479 | |
public Model.Developers createModelDevelopers() { |
480 | 0 | return new Model.Developers(); |
481 | |
} |
482 | |
|
483 | |
|
484 | |
|
485 | |
|
486 | |
|
487 | |
public Plugin.Executions createPluginExecutions() { |
488 | 0 | return new Plugin.Executions(); |
489 | |
} |
490 | |
|
491 | |
|
492 | |
|
493 | |
|
494 | |
|
495 | |
public CiManagement.Notifiers createCiManagementNotifiers() { |
496 | 0 | return new CiManagement.Notifiers(); |
497 | |
} |
498 | |
|
499 | |
|
500 | |
|
501 | |
|
502 | |
|
503 | |
public Model.Repositories createModelRepositories() { |
504 | 0 | return new Model.Repositories(); |
505 | |
} |
506 | |
|
507 | |
|
508 | |
|
509 | |
|
510 | |
|
511 | |
public Dependency createDependency() { |
512 | 0 | return new Dependency(); |
513 | |
} |
514 | |
|
515 | |
|
516 | |
|
517 | |
|
518 | |
|
519 | |
public Relocation createRelocation() { |
520 | 0 | return new Relocation(); |
521 | |
} |
522 | |
|
523 | |
|
524 | |
|
525 | |
|
526 | |
|
527 | |
public PluginExecution createPluginExecution() { |
528 | 0 | return new PluginExecution(); |
529 | |
} |
530 | |
|
531 | |
|
532 | |
|
533 | |
|
534 | |
|
535 | |
public Contributor.Properties createContributorProperties() { |
536 | 0 | return new Contributor.Properties(); |
537 | |
} |
538 | |
|
539 | |
|
540 | |
|
541 | |
|
542 | |
|
543 | |
public Profile.Properties createProfileProperties() { |
544 | 0 | return new Profile.Properties(); |
545 | |
} |
546 | |
|
547 | |
|
548 | |
|
549 | |
|
550 | |
|
551 | |
public ActivationProperty createActivationProperty() { |
552 | 0 | return new ActivationProperty(); |
553 | |
} |
554 | |
|
555 | |
|
556 | |
|
557 | |
|
558 | |
|
559 | |
public Plugin.Configuration createPluginConfiguration() { |
560 | 0 | return new Plugin.Configuration(); |
561 | |
} |
562 | |
|
563 | |
|
564 | |
|
565 | |
|
566 | |
|
567 | |
public Dependency.Exclusions createDependencyExclusions() { |
568 | 0 | return new Dependency.Exclusions(); |
569 | |
} |
570 | |
|
571 | |
|
572 | |
|
573 | |
|
574 | |
|
575 | |
public BuildBase.Plugins createBuildBasePlugins() { |
576 | 0 | return new BuildBase.Plugins(); |
577 | |
} |
578 | |
|
579 | |
|
580 | |
|
581 | |
|
582 | |
|
583 | |
public Model.Profiles createModelProfiles() { |
584 | 0 | return new Model.Profiles(); |
585 | |
} |
586 | |
|
587 | |
|
588 | |
|
589 | |
|
590 | |
|
591 | |
public Profile createProfile() { |
592 | 0 | return new Profile(); |
593 | |
} |
594 | |
|
595 | |
|
596 | |
|
597 | |
|
598 | |
|
599 | |
public Contributor.Roles createContributorRoles() { |
600 | 0 | return new Contributor.Roles(); |
601 | |
} |
602 | |
|
603 | |
|
604 | |
|
605 | |
|
606 | |
|
607 | |
public License createLicense() { |
608 | 0 | return new License(); |
609 | |
} |
610 | |
|
611 | |
|
612 | |
|
613 | |
|
614 | |
|
615 | |
public Developer.Roles createDeveloperRoles() { |
616 | 0 | return new Developer.Roles(); |
617 | |
} |
618 | |
|
619 | |
|
620 | |
|
621 | |
|
622 | |
|
623 | |
public Reporting createReporting() { |
624 | 0 | return new Reporting(); |
625 | |
} |
626 | |
|
627 | |
|
628 | |
|
629 | |
|
630 | |
|
631 | |
public PluginManagement.Plugins createPluginManagementPlugins() { |
632 | 0 | return new PluginManagement.Plugins(); |
633 | |
} |
634 | |
|
635 | |
|
636 | |
|
637 | |
|
638 | |
|
639 | |
public Scm createScm() { |
640 | 0 | return new Scm(); |
641 | |
} |
642 | |
|
643 | |
|
644 | |
|
645 | |
|
646 | |
|
647 | |
public PluginExecution.Configuration createPluginExecutionConfiguration() { |
648 | 0 | return new PluginExecution.Configuration(); |
649 | |
} |
650 | |
|
651 | |
|
652 | |
|
653 | |
|
654 | |
|
655 | |
public Parent createParent() { |
656 | 0 | return new Parent(); |
657 | |
} |
658 | |
|
659 | |
|
660 | |
|
661 | |
|
662 | |
|
663 | |
public ReportPlugin.Configuration createReportPluginConfiguration() { |
664 | 0 | return new ReportPlugin.Configuration(); |
665 | |
} |
666 | |
|
667 | |
|
668 | |
|
669 | |
|
670 | |
|
671 | |
public ReportPlugin createReportPlugin() { |
672 | 0 | return new ReportPlugin(); |
673 | |
} |
674 | |
|
675 | |
|
676 | |
|
677 | |
|
678 | |
|
679 | |
public DependencyManagement createDependencyManagement() { |
680 | 0 | return new DependencyManagement(); |
681 | |
} |
682 | |
|
683 | |
|
684 | |
|
685 | |
|
686 | |
|
687 | |
public PluginExecution.Goals createPluginExecutionGoals() { |
688 | 0 | return new PluginExecution.Goals(); |
689 | |
} |
690 | |
|
691 | |
|
692 | |
|
693 | |
|
694 | |
|
695 | |
public Organization createOrganization() { |
696 | 0 | return new Organization(); |
697 | |
} |
698 | |
|
699 | |
|
700 | |
|
701 | |
|
702 | |
|
703 | |
public Plugin.Goals createPluginGoals() { |
704 | 0 | return new Plugin.Goals(); |
705 | |
} |
706 | |
|
707 | |
|
708 | |
|
709 | |
|
710 | |
|
711 | |
public Plugin.Dependencies createPluginDependencies() { |
712 | 0 | return new Plugin.Dependencies(); |
713 | |
} |
714 | |
|
715 | |
|
716 | |
|
717 | |
|
718 | |
|
719 | |
public Developer.Properties createDeveloperProperties() { |
720 | 0 | return new Developer.Properties(); |
721 | |
} |
722 | |
|
723 | |
|
724 | |
|
725 | |
|
726 | |
|
727 | |
@XmlElementDecl(namespace = "http://maven.apache.org/POM/4.0.0", name = "project") |
728 | |
public JAXBElement<Model> createProject(Model value) { |
729 | 0 | return new JAXBElement<Model>(_Project_QNAME, Model.class, null, value); |
730 | |
} |
731 | |
|
732 | |
} |