Skip to content

Commit d27b4d0

Browse files
committed
Restructure project for ITs
1 parent 307cb47 commit d27b4d0

File tree

100 files changed

+800
-591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+800
-591
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ If you wish to contribute, check the
1414
[Contributing](https://github.com/octo-technology/sonar-objective-c/wiki/Contributing)
1515
wiki page.
1616

17-
Find below an example of an iOS SonarQube dashboard:
18-
<p align="center">
19-
<img src="sample/screen%20shot%20SonarQube%20dashboard.png" alt="Example iOS SonarQube dashboard" width="80%"/>
20-
</p>
21-
2217
## Features
2318

2419
- [x] Complexity

build-and-deploy.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

its/plugin/pom.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<parent>
6+
<groupId>org.sonarqubecommunity.objectivec</groupId>
7+
<artifactId>objective-c-its</artifactId>
8+
<version>0.5.0-SNAPSHOT</version>
9+
</parent>
10+
11+
<artifactId>objective-c-its-plugin</artifactId>
12+
13+
<name>SonarQube Objective-C (Community) :: ITs :: Plugin</name>
14+
<packaging>pom</packaging>
15+
16+
<properties>
17+
<maven.test.redirectTestOutputToFile>false</maven.test.redirectTestOutputToFile>
18+
</properties>
19+
20+
<modules>
21+
<module>tests</module>
22+
</modules>
23+
24+
<profiles>
25+
<profile>
26+
<id>it-plugin</id>
27+
<properties>
28+
<skipTests>false</skipTests>
29+
</properties>
30+
</profile>
31+
</profiles>
32+
</project>

projects/BitriseSampleUnitAndOtherTestsApp/.gitignore renamed to its/plugin/projects/BitriseSampleUnitAndOtherTestsApp/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Pods
66
DerivedData
77
*.build
88
build
9+
.sonar
910
compile_commands.json
1011
# Fastlane reports
1112
fastlane/report.xml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)