forked from sonatype/documentation-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsearch.html
908 lines (858 loc) · 47.3 KB
/
search.html
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
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0, user-scalable=no"
name="viewport">
<title>TheNEXUS | A Community Project</title>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="http://www.sonatype.org/nexus/wp/xmlrpc.php">
<link rel="alternate" type="application/rss+xml" title="TheNEXUS » Feed" href="http://www.sonatype.org/nexus/feed/">
<link rel="alternate" type="application/rss+xml" title="TheNEXUS » Comments Feed" href="http://www.sonatype.org/nexus/comments/feed/">
<link rel="stylesheet" id="jetpack-subscriptions-css" href="css/subscriptions.css" type="text/css" media="all">
<link rel="stylesheet" id="ts_fab_css-css" href="css/ts-fab.css" type="text/css" media="all">
<link rel="stylesheet" id="thickbox.css-css" href="css/thickbox.css" type="text/css" media="all">
<link rel="stylesheet" id="dashicons-css" href="css/dashicons.css" type="text/css" media="all">
<link rel="stylesheet" id="thickbox-css" href="css/thickbox_002.css" type="text/css" media="all">
<link rel="stylesheet" id="jetpack-widgets-css" href="css/widgets.css" type="text/css" media="all">
<link rel="stylesheet" id="glyphicons-css" href="css/glyphicons.css" type="text/css" media="all">
<link rel="stylesheet" id="dw_focus_template-css" href="css/template.css" type="text/css" media="all">
<link rel="stylesheet" id="dw_focus_responsive-css" href="css/responsive.css" type="text/css" media="all">
<link rel="stylesheet" id="style-css" href="css/style.css" type="text/css" media="all">
<link rel="stylesheet" id="style-css" href="css/sonatype-asciidoc.css" type="text/css" media="all">
<link rel="stylesheet" id="dw-focus-qa-css" href="assets/style.html" type="text/css" media="all">
<script src="js/ga.js" async="" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery_004.js"></script>
<script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/ts-fab.js"></script>
<script type="text/javascript" src="js/headerIcons.js"></script>
<script type="text/javascript" src="js/analytics.js"></script>
<script type="text/javascript" src="js/adroll.js"></script>
<script type="text/javascript" src="js/elqCfg.js"></script>
<script type="text/javascript" src="js/elqImg.js"></script>
<link rel="stylesheet" type="text/css" id="gravatar-card-css" href="css/hovercard.css">
<link rel="stylesheet" type="text/css" id="gravatar-card-services-css" href="css/services.css">
<script src="js/roundtrip.js" type="text/javascript" async="true"></script>
<script src="js/QDMEQXRCGJGFVFHP7PP7BL.js" type="text/javascript" async="true"></script>
</head>
<body class="home blog desktop gecko not-login group-blog">
<script type="text/javascript" src="js/elqScr.js"></script>
<script type="text/javascript" src="js/elqSetup.js"></script>
<script type="text/javascript" src="js/invokeDownload.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var dw_focus = {"ajax_url":"http:\/\/www.sonatype.org\/nexus\/wp\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="text/javascript" src="js/custom.js"></script>
<script type="text/javascript" src="js/jquery_003.js"></script>
<script type="text/javascript" src="js/jquery_002.js"></script>
<script type="text/javascript" src="js/calendar.js"></script>
<script type="text/javascript" src="js/calendar-setup.js"></script>
<script type="text/javascript" src="js/calendar_function.js"></script>
<script type="text/javascript" src="js/jscolor.js"></script>
<link rel="shortlink" href="http://wp.me/4Kfuc">
<script>
var xx_cal_xx = '&';
</script>
<!--[if lt IE 9]>
<script src="http://www.sonatype.org/nexus/content/themes/dw_focus_1.0.8_theme/assets/js/html5.js" type="text/javascript"></script>
<![endif]-->
<style>
.single-post .entry-thumbnail img {
display: none;
}
</style>
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website">
<meta property="og:title" content="TheNEXUS">
<meta property="og:description" content="A Community Project">
<meta property="og:url" content="http://www.sonatype.org/nexus/">
<meta property="og:site_name" content="TheNEXUS">
<meta property="og:image" content="http://wordpress.com/i/blank.jpg">
<meta name="twitter:site" content="@jetpack">
<header id="masthead" class="site-header" role="banner">
<div class="container">
<div id="header">
<div class="row">
<div id="branding" class="span9 visible-desktop">
<h1>
<a href="http://www.sonatype.org/nexus/" title="TheNEXUS"
rel="home"> TheNEXUS </a>
</h1>
</div>
<div id="sidebar-header" class="span3">
<aside id="text-13" class="widget widget_text">
<div class="textwidget">
<table class="advisory-disabled">
<tbody>
<tr>
<td align="left" valign="middle"><a
target="_blank" id="central-status-link"
href="http://central.sonatype.org/"
style="color: white;"><span
class="glyphicon glyphicon-ok-sign"
style="color: green;"></span> Central Status</a></td>
</tr>
<tr>
<td align="left" valign="middle"><a
target="_blank" id="oss-status-link"
href="http://status.sonatype.com/"
style="color: white;"><span
class="glyphicon glyphicon-ok-sign"
style="color: green;"></span> oss.Sonatype.org
Status</a></td>
</tr>
<tr>
<td>
<div id="advisorypanel">
<div id="advisory-disabled">
<a target="_blank" id="advisory-status-link"
href="http://www.sonatype.org/advisories"
style="color: white;"><span
class="glyphicon glyphicon-ok-sign"
style="color: green; font-weight: normal;"></span>
Security Advisory Archives</a>
</div>
<div id="advisory-enabled">
<a target="_blank" id="advisory-status-link"
href="http://www.sonatype.org/advisories"
style="color: red; font-weight: bold;"><span
class="glyphicon glyphicon-warning-sign"
style="color: red; font-weight: normal;"></span>
SECURITY ADVISORY 12/23/14</a><br>
<div
style="padding-left: 17px; color: white;">
Critical Security Advisory for Sonatype
Nexus Users<br> <a
href="http://www.sonatype.org/advisories"
style="color: red; text-decoration: none;">Read
More »</a>
</div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<style>
.site-header #branding a {
background-size: auto;
width: 100%;
}
table.advisory-enabled #advisory-enabled {
display: block;
}
table.advisory-enabled #advisory-disabled {
display: none;
}
table.advisory-disabled #advisory-enabled {
display: none;
}
table.advisory-disabled #advisory-disabled {
display: block;
}
</style>
</div>
</aside>
</div>
</div>
</div>
<div class="btn-group top-news">
<a class="dropdown-toggle" href="http://www.sonatype.org/nexus/article-archives-2/">
<span>Must Read Articles</span>
</a>
</div>
<div class="wrap-navigation">
<nav id="site-navigation" class="main-navigation navbar"
role="navigation">
<div class="navbar-inner">
<button class="btn btn-navbar" data-target=".nav-collapse"
data-toggle="collapse" type="button">
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<button class="collapse-search hidden-desktop"
data-target=".search-collapse" data-toggle="collapse">
<i class="icon-search"></i>
</button>
<a class="small-logo hidden-desktop" rel="home" title="DW Focus" href="http://www.sonatype.org/nexus/">DW Focus</a>
<ul class="social-links visible-desktop">
</ul>
<!-- End social links -->
<div class="search-collapse collapse">
<form method="get" name="searchForm" class="searchForm"
action="http://www.sonatype.org/nexus/" role="search">
<input class="field" name="s" placeholder="Search …"
type="text"> <input class="submit"
name="submit" value="Search" type="submit">
</form>
</div>
<div class="nav-collapse collapse">
<ul id="menu-main-menu" class="nav">
<li id="menu-item-38"
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-38 0"><a
href="http://www.sonatype.org/nexus/">Home</a></li>
<li id="menu-item-334"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent-item menu-parent-item menu-item-334 0"><a
title="An archive of all articles published on this site"
href="http://www.sonatype.org/nexus/article-archives-2/">Articles</a><i
class="sub-menu-collapse icon-chevron-down hidden-desktop"></i>
<ul class="sub-menu">
<li id="menu-item-25079"
class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25079 active color-yellow 1"><a
href="http://www.sonatype.org/nexus/category/spotlight/">In
the Spotlight</a></li>
<li id="menu-item-25081"
class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25081 color-cyan 1"><a
href="http://www.sonatype.org/nexus/category/guest-authors/">Guest
Authors</a></li>
<li id="menu-item-25086"
class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25086 color-violet 1"><a
href="http://www.sonatype.org/nexus/category/nexus-proclm/">Nexus
Pro/CLM</a></li>
<li id="menu-item-25087"
class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25087 color-none 1"><a
href="http://www.sonatype.org/nexus/category/article-series/nexus-and-nuget/">Nexus
and NuGet</a></li>
<li id="menu-item-25083"
class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25083 color-orange 1"><a
href="http://www.sonatype.org/nexus/category/nexus-oss/">Nexus Repository Manager OSS</a></li>
<li id="menu-item-25084"
class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25084 color-yellow 1"><a
href="http://www.sonatype.org/nexus/category/devops/">DevOps</a></li>
<li id="menu-item-25080"
class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25080 color-blue 1"><a
href="http://www.sonatype.org/nexus/category/article-series/engineering-2/">Engineering
Team: Thoughts</a></li>
<li id="menu-item-25082"
class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25082 color-none 1"><a
href="http://www.sonatype.org/nexus/category/oped/">OpEd</a></li>
<li id="menu-item-25085"
class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-25085 color-cyan 1"><a
href="http://www.sonatype.org/nexus/category/qa/">The
Q&A Corner</a></li>
</ul></li>
<li id="menu-item-107"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent-item menu-parent-item menu-item-107 0"><a
title="Need immediate help? Try one of these three…"
href="http://www.sonatype.org/nexus/support/">Support</a><i
class="sub-menu-collapse icon-chevron-down hidden-desktop"></i>
<ul class="sub-menu">
<li id="menu-item-108"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-108 active 1"><a
href="http://stackoverflow.com/questions/tagged/nexus">Nexus
on StackOverflow</a></li>
<li id="menu-item-109"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-109 1"><a
href="https://support.sonatype.com/categories/20112427-Sonatype-Nexus">Knowledge
Base</a></li>
<li id="menu-item-110"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-110 1"><a
href="http://links.sonatype.com/products/nexus/oss/issues">Nexus
Issue Tracker</a></li>
</ul></li>
<li id="menu-item-82"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent-item menu-parent-item menu-item-82 0"><a
title="General resources available to the community"
href="http://www.sonatype.org/nexus/resources/">Resources</a><i
class="sub-menu-collapse icon-chevron-down hidden-desktop"></i>
<ul class="sub-menu">
<li id="menu-item-18046"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18046 active 1"><a
href="http://www.sonatype.org/nexus/resources/resources-book-links-and-downloads/">Books to Download</a></li>
<li id="menu-item-28257"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28257 1"><a
href="http://www.sonatype.org/nexus/lists-live-chat-and-other-resources/">Lists,
Live Chat and Other Resources</a></li>
<li id="menu-item-30017"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30017 1"><a
href="http://www.sonatype.org/nexus/downloads/the-nexus-professional-deployment-guidelines/">The
Nexus Repository Manager Deployment Guidelines</a></li>
<li id="menu-item-28207"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28207 1"><a
href="http://www.sonatype.org/nexus/continuous-delivery-and-devops-slideshow-gallery/">Continuous
Delivery and DevOps: SlideShow Gallery</a></li>
<li id="menu-item-18047"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18047 1"><a
href="http://books.sonatype.com/nexus-book/reference/rhc.html">Repository
Health Check</a></li>
<li id="menu-item-18048"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18048 1"><a
href="http://www.sonatype.com/application-health-check">Application
Health Check</a></li>
</ul></li>
<li id="menu-item-57"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent-item menu-parent-item menu-item-57 0"><a
title="Nexus Repository Manager OSS, Nexus Repository Manager, and how to choose between them"
href="http://www.sonatype.org/nexus/downloads/">Downloads</a><i
class="sub-menu-collapse icon-chevron-down hidden-desktop"></i>
<ul class="sub-menu">
<li id="menu-item-58"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-58 active 1"><a
href="http://www.sonatype.org/nexus/go">Nexus Repository Manager OSS</a></li>
<li id="menu-item-59"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-59 1"><a
href="http://www.sonatype.com/nexus/free-trial">Nexus Repository Manager - Free Trial</a></li>
<li id="menu-item-18044"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18044 1"><a
href="http://www.sonatype.com/nexus/why-nexus/which-repo-is-right-for-me">How to Choose</a></li>
</ul></li>
<li id="menu-item-91"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent-item menu-parent-item menu-item-57 0"><a
title="Documentation"
href=" http://www.sonatype.org/nexus/resources/resources-book-links-and-downloads/">Documentation</a><i
class="sub-menu-collapse icon-chevron-down hidden-desktop"></i>
<ul class="sub-menu">
<li id="menu-item-92"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-58 active 1"><a
href="http://books.sonatype.com/mvnref-book/reference/index.html">Maven: The Complete Reference</a></li>
<li id="menu-item-93"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-59 1"><a
href="http://books.sonatype.com/mvnex-book/reference/index.html">Maven by Example</a></li>
<li id="menu-item-94"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18044 1"><a
href="http://books.sonatype.com/nexus-book/index.html">Repository Management with Nexus</a></li>
<li id="menu-item-95"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18044 1"><a
href="http://books.sonatype.com/sonatype-clm-book/html/index.html">Nexus IQ Server Documentation</a></li>
</ul></li>
<li id="menu-item-39"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39 0"><a
title="Who we are, how to contribute, contact us"
href="http://www.sonatype.org/nexus/about-us/">About Us</a></li>
<li id="menu-item-182"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-parent-item menu-parent-item menu-item-182 0"><a
title="Exclusive resources for community members"
href="http://www.sonatype.org/nexus/members-only/">Members Only</a><i
class="sub-menu-collapse icon-chevron-down hidden-desktop"></i>
<ul class="sub-menu">
<li id="menu-item-19661"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19661 active 1"><a
title="What are the advantages of being a member of the community?"
href="http://www.sonatype.org/nexus/members-only/">About the Community</a></li>
<li id="menu-item-19654"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19654 1"><a
href="http://www.sonatype.org/nexus/members-only/member-entrance/">Member Entrance</a></li>
<li id="menu-item-19655"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19655 1"><a
href="http://www.sonatype.org/nexus/members-only/video-gallery-2/">Video Gallery</a></li>
<li id="menu-item-28961"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28961 1"><a
href="http://www.sonatype.org/nexus/members-only/video-gallery-2/free-training-sonatype-nexus-and-clm-tips-from-the-trenches/">Free
Training: Sonatype Nexus and CLM Tips from the
Trenches</a></li>
<li id="menu-item-24705"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24705 1"><a
href="http://www.sonatype.org/nexus/members-only/video-gallery-2/free-training-nexus-professional-and-smart-proxy/">Free
Training: Nexus Professional and Smart Proxy</a></li>
<li id="menu-item-19660"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19660 1"><a
href="http://www.sonatype.org/nexus/members-only/video-gallery-2/free-training/">Free
Training: Empowering Releases with the Nexus
Staging Suite</a></li>
<li id="menu-item-19658"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19658 1"><a
href="http://www.sonatype.org/nexus/members-only/video-gallery-2/2-minute-nexus-challenge/">The
Nexus 2 Minute Challenge</a></li>
</ul></li>
</ul>
</div>
</div>
</nav>
<div id="under-navigation" class="clearfix under-navigation">
<div class="row-fluid">
<div class="span3 offset9">
<form method="get" name="searchForm" class="searchForm"
action="http://www.sonatype.org/nexus/" role="search">
<input class="field" name="s" placeholder="Search …"
type="text"> <input class="submit"
name="submit" value="Search" type="submit">
</form>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- End header -->
<div id="main">
<div class="container">
<div class="row">
<div id="primary" class="site-content span9">
<section id="text-4" class="widget widget_text">
<div class="textwidget">
<!-- SUPPORT IMAGES AND LINKS -->
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<!-- BLACK AND WHITE HEADER -->
<tbody>
<tr bgcolor="black">
<td><span class="titleBar">${bookTitle} <br /> - Search Results</span></td>
</tr>
<tr style"border-bottom:1px="" solid=""#000"="">
<td>
<div class="search-results">
<script>
(function() {
var cx = '${gsid}';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
</td>
</tr>
</tbody>
</table>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
</div>
</section>
<section id="text-14" class="widget widget_text">
<div class="textwidget">
<!-- JOIN THE COMMUNITY AND REG FORM ENTRANCE PAGE BANNER -->
<table border="0" cellpadding="10" cellspacing="0"
width="100%">
<tbody>
<tr bgcolor="black">
<td><a
href="http://www.sonatype.org/nexus/members-only"><img
src="images/members-only.jpg"
border="0" height="40" width="125"></a></td>
<td style="text-align: right"></td>
</tr>
</tbody>
</table>
<!-- BENEFITS, AUTHOR HEADSHOTS, FORM -->
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><a
href="http://www.sonatype.org/nexus/members-only"><img
src="images/Community-LeftPanel.jpg"
border="1" height="332"" width="510"></a></td>
<td bgcolor="#eee" valign="top"></td>
<td>
<style>
#signupForm #top input {
width: 210px;
display: block;
margin: 10px 0;
border-radius: 5px;
background: #FFF;
}
#signupForm {
background: #eee;
padding: 10px;
}
#signupForm .sfTitle {
color: #EB7500;
font-weight: bold;
font-size: 22px;
display: block;
padding: 10px 0;
}
</style>
<div id="signupForm">
<span class="sfTitle">Become a Member</span>
<form method="post" name="NexusCommunitySignup"
action="https://s1886.t.eloqua.com/e/f2"
class="communitySignupForm">
<div id="top">
<input id="firstName" name="firstName"
placeholder="First Name" type="text">
<input id="lastName" name="lastName"
placeholder="Last Name" type="text">
<input id="emailAddress" name="emailAddress"
placeholder="Email Address" type="text">
<input id="company" name="company"
placeholder="Company" type="text">
</div>
<div id="bottom">
<p
style="border: 1px solid #CCC; width: 210px; display: block; margin: 10px 0; border-radius: 5px; background: #FFF; font-size: 11px; padding: 4px 6px; line-height: 20px; color: #888;">
Are you a current user of:<br> <input
name="user_of" id="user_of_nexus_oss"
value="Nexus OSS"
style="margin: 0 3px 0 0;" type="radio"><label
for="user_of_nexus_oss"
style="display: inline-block; font-size: 10px;">Nexus
Repository Manager OSS</label><input name="user_of"
id="user_of_nexus_pro" value="Nexus Pro"
style="margin: 0 3px 0 8px;"
type="radio"><label
for="user_of_nexus_pro"
style="display: inline; font-size: 10px;">Nexus
Repository Manager</label><input name="user_of"
id="user_of_neither" value="Neither"
style="margin: 0 3px 0 8px;"
type="radio"><label
for="user_of_neither"
style="display: inline; font-size: 10px;">Neither</label>
</p>
<p
style="text-align: right; width: 224px; display: block; margin: 10px 0;">
<input value="NexusCommunitySignup"
name="elqFormName" type="hidden"><input
value="1886" name="elqSiteId"
type="hidden"> <input
value="Join Us"
style="color: #FFF; background-color: #EB7500; background: -webkit-linear-gradient(top, #EB7500, #EF9000, #EB7500); background: -o-linear-gradient(bottom, #eb7500, #ef9000, #eb7500); background: -moz-linear-gradient(bottom, #eb7500, #ef9000, #eb7500); background: linear-gradient(to bottom, #EB7500, #EF9000, #EB7500); text-transform: uppercase; font: normal 18px/36px Oswald, sans-serif; letter-spacing: 0.07em; padding: 0px 20px 0px 20px; border: none; border-radius: 6px; margin-top: 8px; box-shadow: -3px -2px 6px 0px #666;"
type="submit">
</p>
</div>
</form>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
<div id="secondary" class="widget-area span3"
role="complementary">
<aside id="text-7" class="widget widget_text">
<div class="textwidget">
<!-- JOIN THE COMMUNITY TOP RIGHT CORNER -->
<table border="0" cellpadding="0" cellspacing="0"
bgcolor="#000000" width="100%">
<tbody>
<tr>
<td><img
src="images/JoinTheCommunity-Top.gif"
border="0" height="52" width="230"></td>
</tr>
<tr>
<td
style="text-align: right; color: #a8a8a8; background-color: black; padding-bottom: 5px; font-family: Oswald Regular; font-size: 12px;">4817
MEMBERS & GROWING </td>
</tr>
<tr>
<td><a
href="http://www.sonatype.org/nexus/members-only/"><img
src="images/JoinTheCommunity-Bottom.gif"
border="0" height="169" width="230"></a></td>
</tr>
</tbody>
</table>
</div>
</aside>
<aside id="text-6" class="widget widget_text">
<div class="textwidget">
<!-- DOWNLOADS SECTION HEADER-->
<table style="background-color: black;" cellpadding="10"
width="100%">
<tbody>
<tr>
<td align="left"><span
style="color: white; font-weight: bold;">
Downloads </span></td>
</tr>
</tbody>
</table>
<!-- RIGHT COLUMN IMAGES -->
<table border="0" cellpadding="0" cellspacing="0"
width="100%">
<!-- NEXUS OSS -->
<tbody>
<tr style="line-height: 5px;">
<td> </td>
</tr>
<tr>
<td><a href="http://www.sonatype.org/nexus/go"><img
src="images/NexusOSS-download.jpg"
border="0" height="102" width="230"></a></td>
</tr>
<!-- NEXUS PRO TRIAL -->
<tr style="line-height: 5px;">
<td> </td>
</tr>
<tr>
<td><img id="TryNexusPro"
src="images/LearnAboutNexusPro-RightColumn.jpg"
usemap="TryNexusPro-Map" alt="Try Nexus Pro"
border="0" height="230" width="230"> <map
name="TryNexusPro-Map" id="TryNexusPro-Map">
<area alt="Nexus Pro Features"
title="Nexus Pro Features"
href="http://www.sonatype.com/nexus/nexus-pro-features"
shape="rect" coords="4,98,230,128"
style="outline: none;" target="_blank">
<area
alt="Standardize Your Repos with Nexus Pro"
title="Standardize Your Repos with Nexus Pro"
href="http://www.sonatype.com/nexus/why-go-pro/standardize-your-repos"
shape="rect" coords="4,130,228,157"
style="outline: none;" target="_blank">
<area alt="Try Nexus Pro" title="Try Nexus Pro"
href="http://www.sonatype.com/nexus/free-trial"
shape="rect" coords="3,159,230,184"
style="outline: none;" target="_blank">
<area shape="rect" coords="228,228,230,230"
alt="Image Map" style="outline: none;"
title="Image Map"
href="http://www.image-maps.com/index.php?aff=mapped_users_0">
</map></td>
</tr>
<!-- OSS VS NEXUS PRO -->
<tr style="line-height: 5px;">
<td> </td>
</tr>
<tr>
<td><a
href="http://www.sonatype.com/nexus/why-nexus/which-repo-is-right-for-me"
target="_blank"><img
src="images/oss-vs-pro.jpg"
border="0" height="126" width="230"></a></td>
</tr>
<!-- BOOKS -->
<tr style="line-height: 5px;">
<td> </td>
</tr>
<tr>
<td><a
href="http://www.sonatype.com/resources/books"
target="_blank"><img
src="images/Nexus-books.jpg"
border="0" height="221" width="230"></a></td>
</tr>
</tbody>
</table>
</div>
</aside>
</div>
</div>
</div>
</div>
<!-- Bottom sidebar position -->
<div id="bottom">
</div>
<!-- Footer -->
<footer id="colophon" class="site-footer dark" role="contentinfo">
<div class="container">
<div id="site-tools">
<div class="row">
<div class="span9">
<ul class="breadcrumbs">
<li>TheNEXUS</li>
</ul>
</div>
<div class="span3">
<a href="#" class="footer-toggle pull-right">Site index</a>
</div>
</div>
</div>
<div id="sidebar-footer" class="row-fluid">
<div id="sidebar-footer-1" class="span3">
<aside id="text-15" class="widget widget_text">
<h3 class="widget-title">Quick Links</h3>
<div class="textwidget">
<!-- FOOTER QUICK LINKS -->
<style type="text/css">
.MenuPointers {
font-size: 10px;
color: #F60;
}
</style>
<table border="0" cellpadding="0" cellspacing="0"
width="100%">
<tbody>
<tr>
<td><strong><a href="http://www.sonatype.org/nexus">Home</a></strong></td>
</tr>
<tr>
<td><strong><a href="http://www.sonatype.org/nexus/article-archives-2/">Articles Archive</a></strong></td>
</tr>
<tr>
<td><strong><a href="http://www.sonatype.org/nexus/members-only/">Members Only</a></strong></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><strong>Support</strong></td>
</tr>
<tr>
<td><span class="MenuPointers">></span> <a href="http://stackoverflow.com/questions/tagged/nexus" target="_blank">Nexus on Stack Overflow</a></td>
</tr>
<tr>
<td><span class="MenuPointers">></span> <a href="https://support.sonatype.com/categories/20112427-Sonatype-Nexus" target="_blank">Knowledge Base</a></td>
</tr>
<tr>
<td><span class="MenuPointers">></span> <a href="https://issues.sonatype.org/browse/NEXUS" target="_blank">Nexus Bug Tracker</a></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><strong>Mailing Lists and Live Chat</strong></td>
</tr>
<tr>
<td><span class="MenuPointers">></span> <a href="https://groups.google.com/a/glists.sonatype.com/forum/?hl=en#%21forum/nexus-users"
target="_blank">Nexus User List Archive</a> (<a
href="mailto:%[email protected]">Subscribe</a>)</td>
</tr>
<tr>
<td><span class="MenuPointers">></span> <a href="https://groups.google.com/a/glists.sonatype.com/forum/?hl=en#%21forum/nexus-dev" target="_blank">Nexus Developer List Archive</a> (<a href="mailto:%[email protected]">Subscribe</a>)</td>
</tr>
<tr>
<td><span class="MenuPointers">></span> <a href="https://www.hipchat.com/gW26B2y2Z" target="_blank">Live Nexus HipChat Channel</a></td>
</tr>
</tbody>
</table>
</div>
</aside>
</div>
<div id="sidebar-footer-2" class="span3">
<aside id="text-16" class="widget widget_text">
<h3 class="widget-title">Resources</h3>
<div class="textwidget">
<table border="0" cellpadding="0" cellspacing="0"
width="100%">
<tbody>
<tr>
<td><strong>Downloads</strong></td>
</tr>
<tr>
<td><span class="MenuPointers">> </span><a href="http://www.sonatype.org/nexus/resources/resources-book-links-and-downloads/">Books (Download or Read Online)</a></td>
</tr>
<tr>
<td><span class="MenuPointers">> </span><a href="http://www.sonatype.org/nexus/go" target="_blank">Nexus Repository Manager OSS</a></td>
</tr>
<tr>
<td><span class="MenuPointers">> </span><a href="http://www.sonatype.com/nexus/free-trial" target="_blank">Nexus Repository Manager</a></td>
</tr>
<tr>
<td><span class="MenuPointers">> </span><a href="http://www.sonatype.com/nexus/why-nexus/which-repo-is-right-for-me" target="_blank">How to Choose</a></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><p>
<strong>Tools</strong>
</p></td>
</tr>
<tr>
<td><span class="MenuPointers">> </span><a href="http://www.sonatype.com/application-health-check" target="_blank">Application Health Check</a></td>
</tr>
<tr>
<td><span class="MenuPointers">> </span><a href="http://www.sonatype.com/nexus/whats-in-your-repo/whats-in-your-repo" target="_blank">Repository Health Check</a></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><p>
<strong>Community Interest</strong>
</p></td>
</tr>
<tr>
<td><span class="MenuPointers">> </span><a href="http://www.sonatype.com/resources/events/" target="_blank">Event Calendar</a></td>
</tr>
<tr>
<td><span class="MenuPointers">> </span><a href="http://www.sonatype.com/resources/nexus-now-newsletter" target="_blank">Nexus Now Newsletter Archive</a></td>
</tr>
<tr>
<td><span class="MenuPointers">> </span><a href="http://www.sonatype.org/nexus/documentation/">Documentation</a></td>
</tr>
<tr>
<td><span class="MenuPointers">> </span><a href="http://www-dev.sonatype.org/nexus/about-us/">About Us</a></td>
</tr>
</tbody>
</table>
</div>
</aside>
</div>
<div id="sidebar-footer-3" class="span3">
<aside id="categories-2" class="widget widget_categories">
<h3 class="widget-title">Topics</h3>
<ul>
<li class="cat-item cat-item-46"><a href="http://www.sonatype.org/nexus/category/article-series/">Article Series</a>
<ul class="children">
<li class="cat-item cat-item-59"><a href="http://www.sonatype.org/nexus/category/article-series/engineering-2/">Engineering Team: Thoughts</a>
<ul class="children">
<li class="cat-item cat-item-47"><a href="http://www.sonatype.org/nexus/category/article-series/engineering-2/a-view-from-the-inside/">A View from the Inside</a></li>
<li class="cat-item cat-item-51"><a href="http://www.sonatype.org/nexus/category/article-series/engineering-2/how-we-do-it/">How We Do It</a></li>
</ul></li>
<li class="cat-item cat-item-53"><a
href="http://www.sonatype.org/nexus/category/article-series/hp-fod-clm/">HP. FoD and CLM</a>
<ul class="children">
<li class="cat-item cat-item-66"><a href="http://www.sonatype.org/nexus/category/article-series/hp-fod-clm/fod-and-nexus/">FoD and Nexus</a></li>
<li class="cat-item cat-item-63"><a href="http://www.sonatype.org/nexus/category/article-series/hp-fod-clm/mapping-appsec-incentives/">Mapping AppSec Incentives</a></li>
</ul></li>
<li class="cat-item cat-item-79"><a href="http://www.sonatype.org/nexus/category/article-series/nexus-and-nuget/">Nexus and NuGet</a></li>
</ul></li>
<li class="cat-item cat-item-12"><a href="http://www.sonatype.org/nexus/category/clm/">Nexus Lifeycle</a></li>
<li class="cat-item cat-item-36"><a href="http://www.sonatype.org/nexus/category/devops/">DevOps</a></li>
<li class="cat-item cat-item-168"><a href="http://www.sonatype.org/nexus/category/events-and-webinars/">Events and Webinars</a></li>
<li class="cat-item cat-item-374"><a href="http://www.sonatype.org/nexus/category/plugins/">Extensions and Plugins</a></li>
<li class="cat-item cat-item-45"><a href="http://www.sonatype.org/nexus/category/guest-authors/">Guest Authors</a></li>
<li class="cat-item cat-item-13"><a href="http://www.sonatype.org/nexus/category/spotlight/">In the Spotlight</a></li>
<li class="cat-item cat-item-7"><a href="http://www.sonatype.org/nexus/category/nexus-oss/">Nexus Repository Manager OSS</a>
<ul class="children">
<li class="cat-item cat-item-310"><a href="http://www.sonatype.org/nexus/category/nexus-oss/minecraft/">Minecraft</a></li>
<li class="cat-item cat-item-380"><a href="http://www.sonatype.org/nexus/category/nexus-oss/tips-from-the-trenches/">Tips from the Trenches</a></li>
</ul></li>
<li class="cat-item cat-item-8"><a href="http://www.sonatype.org/nexus/category/nexus-proclm/">Nexus Repository Manager/Nexus Lifecycle</a></li>
<li class="cat-item cat-item-20"><a href="http://www.sonatype.org/nexus/category/oped/">OpEd</a></li>
<li class="cat-item cat-item-404"><a href="http://www.sonatype.org/nexus/category/owasp/">OWASP</a></li>
<li class="cat-item cat-item-262"><a href="http://www.sonatype.org/nexus/category/resource/">Resource</a></li>
<li class="cat-item cat-item-2"><a href="http://www.sonatype.org/nexus/category/qa/">The Q&A Corner</a></li>
<li class="cat-item cat-item-142"><a href="http://www.sonatype.org/nexus/category/the-week-in-review/">The Week in Review</a></li>
<li class="cat-item cat-item-15"><a href="http://www.sonatype.org/nexus/category/video/">Video</a></li>
</ul>
</aside>
</div>
<div id="sidebar-footer-4" class="span3">
<aside id="text-17" class="widget widget_text">
<div class="textwidget">
<p> </p>
<a href="http://www.sonatype.org/nexus/"><img
src="images/Logo-Footer.jpg"
border="0" height="81" width="220"></a>
</div>
</aside>
</div>
</div>
<div class="footer-shadown"></div>
</div>
</footer>
<!-- #colophon .site-footer -->
<a class="scroll-top" href="#masthead" title="Scroll to top">Top</a>
<div style="display: none"></div>
<link rel="stylesheet" id="Css-css" href="css/calendar-jos.css" type="text/css" media="all">
<script type="text/javascript">
/* <![CDATA[ */
var thickboxL10n = {"next":"Next >","prev":"< Prev","image":"Image","of":"of","close":"Close","noiframes":"This feature requires inline frames. You have iframes disabled or your browser does not support them.","loadingAnimation":"http:\/\/www.sonatype.org\/nexus\/wp\/wp-includes\/js\/thickbox\/loadingAnimation.gif"};
/* ]]> */
</script>
<script type="text/javascript" src="js/thickbox.js"></script>
<script type="text/javascript" src="js/gprofiles.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var WPGroHo = {"my_hash":""};
/* ]]> */
</script>
<script type="text/javascript" src="js/wpgroho.js"></script>
<script src="js/e-201517.js" type="text/javascript"></script>
<script type="text/javascript">
st_go({v:'ext',j:'1:3.1.1',blog:'70127964',post:'0',tz:'0'});
var load_cmc = function(){linktracker_init(70127964,0,2);};
if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);
else load_cmc();
</script>
<img id="wpstats"
src="images/g.gif">
</body>
</html>