Skip to content

Commit

Permalink
SLING-7163 - Update Jenkins jobs to reference the git repositories
Browse files Browse the repository at this point in the history
Tweak build settings
  • Loading branch information
rombert committed Nov 15, 2017
1 parent 17fe7a9 commit b565b37
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ target
# IDE settings
.*
!.gitignore
!.sling-module.xml
.DS_Store
24 changes: 24 additions & 0 deletions .sling-module.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<sling-module>
<jenkins>
<mavenGoal>verify</mavenGoal>
</jenkins>
</sling-module>

0 comments on commit b565b37

Please sign in to comment.