fdai7600
11 months ago
commit
425ea9b277
8 changed files with 199 additions and 0 deletions
-
38.gitignore
-
7.idea/encodings.xml
-
15.idea/misc.xml
-
6.idea/vcs.xml
-
95.idea/workspace.xml
-
14build-project.sh
-
17pom.xml
-
7src/main/java/org/example/Main.java
@ -0,0 +1,38 @@ |
|||||
|
target/ |
||||
|
!.mvn/wrapper/maven-wrapper.jar |
||||
|
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
|
### IntelliJ IDEA ### |
||||
|
.idea/modules.xml |
||||
|
.idea/jarRepositories.xml |
||||
|
.idea/compiler.xml |
||||
|
.idea/libraries/ |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
|
### Eclipse ### |
||||
|
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
|
### NetBeans ### |
||||
|
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
|
### VS Code ### |
||||
|
.vscode/ |
||||
|
|
||||
|
### Mac OS ### |
||||
|
.DS_Store |
@ -0,0 +1,7 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<project version="4"> |
||||
|
<component name="Encoding"> |
||||
|
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" /> |
||||
|
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" /> |
||||
|
</component> |
||||
|
</project> |
@ -0,0 +1,15 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<project version="4"> |
||||
|
<component name="ExternalStorageConfigurationManager" enabled="true" /> |
||||
|
<component name="MavenProjectsManager"> |
||||
|
<option name="originalFiles"> |
||||
|
<list> |
||||
|
<option value="$PROJECT_DIR$/pom.xml" /> |
||||
|
</list> |
||||
|
</option> |
||||
|
<option name="workspaceImportForciblyTurnedOn" value="true" /> |
||||
|
</component> |
||||
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_19" default="true" project-jdk-name="19" project-jdk-type="JavaSDK"> |
||||
|
<output url="file://$PROJECT_DIR$/out" /> |
||||
|
</component> |
||||
|
</project> |
@ -0,0 +1,6 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<project version="4"> |
||||
|
<component name="VcsDirectoryMappings"> |
||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" /> |
||||
|
</component> |
||||
|
</project> |
@ -0,0 +1,95 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<project version="4"> |
||||
|
<component name="AutoImportSettings"> |
||||
|
<option name="autoReloadType" value="SELECTIVE" /> |
||||
|
</component> |
||||
|
<component name="ChangeListManager"> |
||||
|
<list default="true" id="76b96507-cf24-4562-8759-24c1302340ae" name="Changes" comment="Creating the project Adding the Startscript"> |
||||
|
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" /> |
||||
|
<change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" /> |
||||
|
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" /> |
||||
|
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" /> |
||||
|
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> |
||||
|
<change afterPath="$PROJECT_DIR$/build-project.sh" afterDir="false" /> |
||||
|
<change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" /> |
||||
|
<change afterPath="$PROJECT_DIR$/src/main/java/org/example/Main.java" afterDir="false" /> |
||||
|
</list> |
||||
|
<option name="SHOW_DIALOG" value="false" /> |
||||
|
<option name="HIGHLIGHT_CONFLICTS" value="true" /> |
||||
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> |
||||
|
<option name="LAST_RESOLUTION" value="IGNORE" /> |
||||
|
</component> |
||||
|
<component name="Git.Settings"> |
||||
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> |
||||
|
</component> |
||||
|
<component name="ProjectColorInfo">{ |
||||
|
"associatedIndex": 4 |
||||
|
}</component> |
||||
|
<component name="ProjectId" id="2bzro2V6GB1V15NQ7qjrKh6Qgsh" /> |
||||
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" /> |
||||
|
<component name="ProjectViewState"> |
||||
|
<option name="hideEmptyMiddlePackages" value="true" /> |
||||
|
<option name="showLibraryContents" value="true" /> |
||||
|
</component> |
||||
|
<component name="PropertiesComponent"><![CDATA[{ |
||||
|
"keyToString": { |
||||
|
"Application.Main.executor": "Run", |
||||
|
"Maven.PWN_Alpha_Dogs [clean,install...].executor": "Debug", |
||||
|
"RunOnceActivity.OpenProjectViewOnStart": "true", |
||||
|
"RunOnceActivity.ShowReadmeOnStart": "true", |
||||
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true", |
||||
|
"git-widget-placeholder": "master", |
||||
|
"kotlin-language-version-configured": "true", |
||||
|
"last_opened_file_path": "C:/Users/jafaf/Documents/Studies/PWM/testmaven", |
||||
|
"node.js.detected.package.eslint": "true", |
||||
|
"node.js.detected.package.tslint": "true", |
||||
|
"node.js.selected.package.eslint": "(autodetect)", |
||||
|
"node.js.selected.package.tslint": "(autodetect)", |
||||
|
"nodejs_package_manager_path": "npm", |
||||
|
"project.structure.last.edited": "Modules", |
||||
|
"project.structure.proportion": "0.0", |
||||
|
"project.structure.side.proportion": "0.0", |
||||
|
"settings.editor.selected.configurable": "MavenSettings", |
||||
|
"vue.rearranger.settings.migration": "true" |
||||
|
} |
||||
|
}]]></component> |
||||
|
<component name="SharedIndexes"> |
||||
|
<attachedChunks> |
||||
|
<set> |
||||
|
<option value="jdk-19.0.2-corretto-19.0.2-f644763e9732-1e16d6ec" /> |
||||
|
</set> |
||||
|
</attachedChunks> |
||||
|
</component> |
||||
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> |
||||
|
<component name="TaskManager"> |
||||
|
<task active="true" id="Default" summary="Default task"> |
||||
|
<changelist id="76b96507-cf24-4562-8759-24c1302340ae" name="Changes" comment="" /> |
||||
|
<created>1707228921233</created> |
||||
|
<option name="number" value="Default" /> |
||||
|
<option name="presentableId" value="Default" /> |
||||
|
<updated>1707228921233</updated> |
||||
|
<workItem from="1707228922397" duration="1417000" /> |
||||
|
<workItem from="1707231307246" duration="1581000" /> |
||||
|
<workItem from="1707232979638" duration="67000" /> |
||||
|
</task> |
||||
|
<servers /> |
||||
|
</component> |
||||
|
<component name="TypeScriptGeneratedFilesManager"> |
||||
|
<option name="version" value="3" /> |
||||
|
</component> |
||||
|
<component name="Vcs.Log.Tabs.Properties"> |
||||
|
<option name="TAB_STATES"> |
||||
|
<map> |
||||
|
<entry key="MAIN"> |
||||
|
<value> |
||||
|
<State /> |
||||
|
</value> |
||||
|
</entry> |
||||
|
</map> |
||||
|
</option> |
||||
|
</component> |
||||
|
<component name="VcsManagerConfiguration"> |
||||
|
<MESSAGE value="Creating the project Adding the Startscript" /> |
||||
|
<option name="LAST_COMMIT_MESSAGE" value="Creating the project Adding the Startscript" /> |
||||
|
</component> |
||||
|
</project> |
@ -0,0 +1,14 @@ |
|||||
|
#!/bin/bash |
||||
|
|
||||
|
# Exit script on any error |
||||
|
set -e |
||||
|
|
||||
|
# Echo commands to the terminal |
||||
|
set -x |
||||
|
|
||||
|
echo "Building the project and running tests..." |
||||
|
|
||||
|
# Clean the project, compile sources, run tests, and package the project |
||||
|
mvn clean install |
||||
|
|
||||
|
echo "Build and test processes are completed." |
@ -0,0 +1,17 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<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>org.example</groupId> |
||||
|
<artifactId>PWN_Alpha_Dogs</artifactId> |
||||
|
<version>1.0-SNAPSHOT</version> |
||||
|
|
||||
|
<properties> |
||||
|
<maven.compiler.source>19</maven.compiler.source> |
||||
|
<maven.compiler.target>19</maven.compiler.target> |
||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
||||
|
</properties> |
||||
|
|
||||
|
</project> |
@ -0,0 +1,7 @@ |
|||||
|
package org.example; |
||||
|
|
||||
|
public class Main { |
||||
|
public static void main(String[] args) { |
||||
|
System.out.println("Hello world!"); |
||||
|
} |
||||
|
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue