Skip to content

Commit

Permalink
Clean project to prep PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamir committed May 29, 2023
1 parent 6781e8a commit b5029e8
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,6 +1,8 @@
.idea/**
*.iml

*/libs/**

# Created by .ignore support plugin (hsz.mobi)
### Maven template
target/
Expand Down
40 changes: 40 additions & 0 deletions content/Apache/Wayang/pom.xml
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>

<parent>
<groupId>org.apache.training.content</groupId>
<artifactId>training-content-apache</artifactId>
<version>0.4.0-SNAPSHOT</version>
</parent>

<artifactId>training-content-apache-wayang</artifactId>
<packaging>pom</packaging>

<name>Training: Content: Apache Wayang</name>

<modules>
<module>quickstart-guide</module>
</modules>

</project>
1 change: 1 addition & 0 deletions content/Apache/pom.xml
Expand Up @@ -48,6 +48,7 @@
<module>Samza</module>
<module>Spark</module>
<module>Training</module>
<module>Wayang</module>
<module>ZooKeeper</module>
</modules>

Expand Down

0 comments on commit b5029e8

Please sign in to comment.