...
Code Block | ||
---|---|---|
| ||
<ac:richplain-text-body> <p>A<p>code formatted panel<block</p>p>qq </ac:richplain-text-body> |
Panel |
---|
<ac:rich-text-body> <p>A formatted panel</p> </ac:rich-text-body> p {text-indent: 40px}
aasdasd qweqweq |
Code Block | ||
---|---|---|
| ||
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>lib-hello</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<name>lib-hello</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<repositories>
<repository>
<id>public</id>
<name>maven central mirror Repository</name>
<layout>default</layout>
<url>https://nexus.example.com/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository> |